Skip to content

Commit

Permalink
fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenVD committed Dec 29, 2020
1 parent 2c78aa4 commit b32f969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
sudo rsync -av $RSYNCOPTIONS "$SOURCEDIR/" "$DESTPATH/"

#Make sure pngview is executable by root
sudo chmod 700 surveillance/bin/pngview
sudo chmod 770 surveillance/bin/pngview


STARTUPCMD="cd $DESTPATH; python "$MAINSOURCE" &"
Expand Down
2 changes: 1 addition & 1 deletion surveillance/surveillance.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def sigterm_handler(_signo, _stack_frame):
#Setup logger
logger = setup_logging()

fullversion_for_installer = "3.0.0-beta0"
fullversion_for_installer = "3.0.0-beta1"

version = fullversion_for_installer
logger.info("Starting rpisurv " + version)
Expand Down

0 comments on commit b32f969

Please sign in to comment.