mirror of
https://github.com/djohnlewis/stackdump
synced 2025-03-31 14:53:26 +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
|
||||
|
||||
$SCRIPT_DIR/start_python.sh $command $@
|
||||
$SCRIPT_DIR/start_python.sh $command "$@"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user