diff --git a/latest/install_script.sh b/latest/install_script.sh index 00a8128..7f86396 100644 --- a/latest/install_script.sh +++ b/latest/install_script.sh @@ -102,8 +102,7 @@ fi # Run vintage-story server. echo " " echo "INFO ! Starting vintage-story Server $VS_VERSION" -exec $VS_SERVER_DIR/server-$VS_VERSION.sh start echo "Tailing server log to keep container active..." -exec tail -f $VS_DATA_DIR/Logs/server-main.log +exec $VS_SERVER_DIR/server-$VS_VERSION.sh start && exec tail -F $VS_DATA_DIR/Logs/server-main.log exit \ No newline at end of file