mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Update upgrade
This commit is contained in:
parent
19fcdae672
commit
3465ab159d
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ else
|
||||||
language="en_UK"
|
language="en_UK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "${password:-}" ];
|
||||||
|
then
|
||||||
|
password="${admin_pwd}"
|
||||||
|
ynh_app_setting_set --app=$app --key=password --value="$password"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK VERSION
|
# CHECK VERSION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue