refactor(aio): move script to a more relevant directory

This commit is contained in:
Georgios Kalpakas
2017-06-27 18:19:22 +03:00
committed by Peter Bacon Darwin
parent 274c229463
commit 08b4e1edc9
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ appName=aio-upload-server-test
if [[ "$1" == "stop" ]]; then
pm2 delete $appName
else
pm2 start $AIO_SCRIPTS_JS_DIR/dist/lib/upload-server/index-test.js \
pm2 start $AIO_SCRIPTS_JS_DIR/dist/lib/verify-setup/start-test-upload-server.js \
--log /var/log/aio/upload-server-test.log \
--name $appName \
--no-autorestart \