Skip to content

Commit

Permalink
linux: Revert server script changes, can't stop server any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
lenosisnickerboa committed Jan 6, 2019
1 parent 7a64a7d commit a0026fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/linux/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ cd "$fulldir/.."

case "$action" in
start)
sh "$usecommand" "$@" &
"$usecommand" "$@" &
;;
autorestart)
while : ; do
sh "$usecommand" "$@" &
"$usecommand" "$@" &
echo Server was stopped or crashed, restarting...
done
;;
Expand Down
2 changes: 1 addition & 1 deletion src/version.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# The next line is executed by /bin/sh, but not tcl \
exec wish "$0" ${1+"$@"}

set version "2.6.4"
set version "2.6.5"

0 comments on commit a0026fb

Please sign in to comment.