Skip to content

Commit

Permalink
Fix start_openplc.sh permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhartmann committed Sep 14, 2023
1 parent e330c13 commit f996faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions background_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit f996faf

Please sign in to comment.