File structure changes

This commit is contained in:
mathias 2019-08-06 20:48:24 +03:00
parent 05c31c8876
commit 9cabe59e18
7 changed files with 3 additions and 3 deletions

View file

@ -2,5 +2,5 @@
BIN_DIR="$(cd "$(dirname "$0")" && pwd)"
BUILD_DIR=$1
mv $BIN_DIR/start $BUILD_DIR/
mv $BIN_DIR/stop $BUILD_DIR/
mv script $BUILD_DIR/script
mv $BIN_DIR/start $BUILD_DIR/script/

View file

@ -2,5 +2,5 @@
cat <<EOF
---
default_process_types:
worker: ./start
worker: script/start
EOF