This commit is contained in:
soraefir
2026-05-10 12:26:34 +02:00
parent 2eff0969e0
commit ea6db4b9bf

View File

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