Browse Source

converted to tabs

pull/1065/head
Daniel Gibbs 9 years ago
parent
commit
c44874539a
  1. 4
      lgsm/functions/command_postdetails.sh

4
lgsm/functions/command_postdetails.sh

@ -31,7 +31,7 @@ postdetails=yes
# to post to pastebin, or
# rustserver@gamerig:~$ posttarget= ./rustserver pd
# to leave the output on the filesystem.
posttarget=${posttarget="http://pastebin.com"}
posttarget=${posttarget="http://hastebin.com"}
# For pastebin, you can set the expiration period.
# use 1 week as the default, other options are '24h' for a day, etc.
@ -126,7 +126,7 @@ if [ "${posttarget}" == "http://pastebin.com" ] ; then
# Output the resulting link.
fn_print_ok_nl "Posting details to pastbin.com for ${postexpire}"
echo " * url: ${posttarget}/${link}"
echo " * url: ${posttarget}${link}"
elif [ "${posttarget}" == "http://hastebin.com" ] ; then
fn_print_dots "Posting details to hastbin.com for ${postexpire}"
sleep 1

Loading…
Cancel
Save