mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-03 00:03:30 +00:00
Fixed a bug in manage.sh where quoted arguments were not passed on with quotes.
This commit is contained in:
parent
4430997467
commit
f4940cd1af
@ -35,5 +35,5 @@ else
|
|||||||
# shift off the command name so we don't pass it on
|
# shift off the command name so we don't pass it on
|
||||||
shift
|
shift
|
||||||
|
|
||||||
$SCRIPT_DIR/start_python.sh $command $@
|
$SCRIPT_DIR/start_python.sh $command "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user