Skip to content

Commit

Permalink
Uncommented base file readlink command
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Jul 31, 2020
1 parent bc242db commit 32b1ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_files/teastart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TERMINAL_PIPE="/tmp/teaspeak_\${pid}_\${direction}.term"
COMMANDLINE_PARAMETERS="${@:2}" #add any command line parameters you want to pass here

#file_base=$(readlink -f "$0")
file_base=$(readlink -f "$0")
file_base="$0"
directory_base=$(dirname ${file_base})
cd ${directory_base} || exit 1
Expand Down

0 comments on commit 32b1ef9

Please sign in to comment.