Improved run engine and moved on separated module

+ Also added some example script to create your own
restart script
This commit is contained in:
Yehonal
2016-09-01 13:21:02 +02:00
parent 3704829d65
commit 9466e0c21c
9 changed files with 202 additions and 72 deletions

View File

@@ -10,7 +10,7 @@ fi
function ac_on_after_build() {
# move the run engine
cp -rvf "$AC_PATH_BIN/runners/"* "$INSTALL_PATH/bin/"
cp -rvf "$AC_PATH_MODULES/acore/startup-scripts/"* "$INSTALL_PATH/bin/"
}
registerHooks "ON_AFTER_BUILD" ac_on_after_build