Increased the start service timeout for nextcloud

This commit is contained in:
root 2024-04-30 20:08:10 +00:00
parent aa1a72ad99
commit 8ab25de96f

View File

@ -276,7 +276,7 @@ chmod +x /federated/apps/nextcloud/data/config.sh
start_nextcloud() {
# Start service with command to make sure it's up before proceeding
start_service "nextcloud" "nc -z 172.99.0.18 80 &> /dev/null" "35"
start_service "nextcloud" "nc -z 172.99.0.18 80 &> /dev/null" "40"
# Move config.sh and sidemenu config, set config.sh executable
mv /federated/apps/nextcloud/data/config.sh /federated/apps/nextcloud/data/configs.json /federated/apps/nextcloud/data/var/www/html/