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:
parent
78adc8034b
commit
ebbb5abf64
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ynh_script_progression --message="Upgrading Piwigo with cURL..." --weight=6
|
|||
|
||||
# Upgrade Piwigo via cURL
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue