Ver código fonte

Update change_url

DeMiro5001 4 meses atrás
pai
commit
bb704089b5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/change_url

+ 1 - 1
scripts/change_url

@@ -41,7 +41,7 @@ chown "$app:$app" "$install_dir/.env"
 #=================================================
 ynh_script_progression "Starting $app's systemd service..."
 
-ynh_systemctl --service="$app" --action="start"
+ynh_systemctl --service="$app" --action="start" --wait_until="No requirements found in frontmatter"
 
 #=================================================
 # END OF SCRIPT