fix
This commit is contained in:
@@ -67,9 +67,9 @@ in {
|
||||
sleep 2
|
||||
done
|
||||
|
||||
INSTALLED=0 #$($OCC status --output=json | grep -o '"installed":true')
|
||||
INSTALLED=$($OCC status --output=json | grep -o '"installed":false')
|
||||
if [ -z "$INSTALLED" ]; then
|
||||
echo "Nextcloud not found. Running first-time setup..."
|
||||
echo "Running first-time setup..."
|
||||
|
||||
# $OCC maintenance:install \
|
||||
# --admin-user "admin" \
|
||||
|
||||
Reference in New Issue
Block a user