1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Unbound variable

This commit is contained in:
Alexandre Aubin 2024-01-06 21:53:16 +01:00 committed by GitHub
parent 78adc8034b
commit ebbb5abf64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ ynh_script_progression --message="Upgrading Piwigo with cURL..." --weight=6
# Upgrade Piwigo via cURL # Upgrade Piwigo via cURL
# Why can't we trigger the migration from the command line somehow ... # Why can't we trigger the migration from the command line somehow ...
ynh_local_curl "/upgrade.php?language=$language&now=true" "language=$language" "username=$admin" "password=$admin_pwd" ynh_local_curl "/upgrade.php?language=$language&now=true" "language=$language" "username=$admin" "password=$password"
#================================================= #=================================================
# CONFIGURE PIWIGO # CONFIGURE PIWIGO