Github bot : script beautyshied

This commit is contained in:
github-actions
2023-04-02 00:12:45 +00:00
parent dcee2c31a4
commit 657182a515
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ function nextcloud_download {
mkdir -p /app
if [ -f /app/nextcloud.tar.bz2 ]; then rm /app/nextcloud.tar.bz2; fi
curl -o /app/nextcloud.tar.bz2 -L "https://download.nextcloud.com/server/releases/$1.tar.bz2"
}
}
# Check current version
if [ -f /data/config/www/nextcloud/version.php ]; then