Fix start_openplc.sh permissions.

This commit is contained in:
Lucas Vinicius Hartmann
2023-09-06 23:57:04 -03:00
parent e330c13017
commit f996faf43d

View File

@@ -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"
}