Skip to content

Commit

Permalink
removing the sunrise
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jun 5, 2024
1 parent 1996b07 commit a2da704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run -d --name nextcloud-container --rm --publish 80:80 nextcloud:28

until docker exec --user www-data -it nextcloud-container php occ maintenance:install --admin-user=admin --admin-pass=admin >/dev/null
do
echo "Try again waiting 2 seconds"
echo "Trying installation"
sleep 2
done

Expand Down

0 comments on commit a2da704

Please sign in to comment.