1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Supporting names with spaces

This commit is contained in:
pyro2927
2019-07-07 20:59:12 -07:00
parent 4862281b94
commit 73b77d0724

View File

@@ -2,7 +2,7 @@
set -e
if [ "$1" != "/bin/sh" ]; then
python -u ./checkin.py $@
python -u ./checkin.py "$@"
else
exec "$@"
fi