Stable branch #2

Merged
Ark74 merged 34 commits from stable-branch into master 2020-04-11 19:22:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ef10d3c18f - Show all commits

View File

@ -315,7 +315,7 @@ systemctl reload nginx
echo "
Latest version to be installed: $STABLEVERSION
"
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip
unzip -q $STABLEVERSION.zip
sudo mv nextcloud $NC_PATH