quote output

This commit is contained in:
zimoch
2020-09-04 14:46:20 +00:00
parent 4c0163c93c
commit b2bdf24bfe

View File

@@ -145,7 +145,7 @@ launch () {
fi
# start shell
echo Starting: $PORT $USER $DIR $COMMAND
echo "Starting: $PORT $USER $DIR $COMMAND"
if [ "$UID" -eq 0 ]
then
# sudo may be installed in different locations
@@ -199,7 +199,7 @@ stopshell() {
PID=$1
PORT=$2
shift
echo -n Stopping: $*
echo -n "Stopping: $*"
kill $PID 2> /dev/null || echo_failure
echo
if [ $logdir ]