Fix run script

master
Simon Bruder 2020-07-04 22:35:38 +02:00
parent b1cfaf5c96
commit 0474a6455a
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -7,4 +7,4 @@ shift
cd $SCRIPTS_DIR
pipenv run sh -c "cd $WORKING_DIR && ${SCRIPTS_DIR}/${SCRIPT}.py $@"
pipenv run sh -c "cd $WORKING_DIR && ${SCRIPTS_DIR}/${SCRIPT}.py \"$@\""