From f996faf43d295ab050e35b090847f030e11e23ea Mon Sep 17 00:00:00 2001 From: Lucas Vinicius Hartmann Date: Wed, 6 Sep 2023 23:57:04 -0300 Subject: [PATCH] Fix start_openplc.sh permissions. --- background_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/background_installer.sh b/background_installer.sh index 01970df0..aef1163b 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -219,6 +219,7 @@ cp -n /dev/null /persistent/mbconfig.cfg cd "$OPENPLC_DIR/webserver" "$OPENPLC_DIR/.venv/bin/python3" webserver.py EOF + chmod a+x "$OPENPLC_DIR/start_openplc.sh" cd "$OPENPLC_DIR" }