Explorar el Código

Update change_url

DeMiro5001 hace 6 meses
padre
commit
e783cbc565
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/change_url

+ 1 - 1
scripts/change_url

@@ -30,7 +30,7 @@ chmod 400 "$install_dir/.env"
 chown "$app:$app" "$install_dir/.env"
 
 pushd
- open-webui serve
+ ynh_exec_as_app open-webui serve
 popd
 
 #=================================================