Skip to content

Commit

Permalink
Default version 2021.6.0, updated update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Jul 2, 2021
1 parent 242336b commit 0d4c956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion program/.scripts/export_version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

export SOLARTHING_VERSION="2021.5.0"
export SOLARTHING_VERSION="2021.6.0"

if [ -n "${SOLARTHING_VERSION_OVERRIDE+x}" ]; then
echo Using override
Expand Down
3 changes: 2 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ BASEDIR=$(dirname "$0")
cd "$BASEDIR" || exit 1

git pull
if [ "$BASEDIR" = "/opt/solarthing" ]; then
FULLDIR=$(pwd)
if [ "$FULLDIR" = "/opt/solarthing" ]; then
other/linux/update_perms.sh continue
else
echo Not updating perms because installed in non-standard location
Expand Down

0 comments on commit 0d4c956

Please sign in to comment.