Fixed Update Part (#1851)

there was a missing '
This commit is contained in:
nicedevil007 2023-09-28 19:11:57 +02:00 committed by GitHub
parent 1ca1be76cf
commit c1627e1ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function update_script() {
header_info
case $CHOICE in
1)
INSTALLED=$(grep -Rnw '/usr/share/webapps/nextcloud/config/config.php' -e '\'installed\'' => false,')
INSTALLED=$(grep -Rnw '/usr/share/webapps/nextcloud/config/config.php' -e ''\'installed\'' => false,')
if [ -z "$INSTALLED" ]
then
apk update && apk upgrade