1
0
Fork 0
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:
Alexandre Aubin 2024-01-07 04:54:47 +01:00 committed by GitHub
parent 19fcdae672
commit 3465ab159d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,12 @@ else
language="en_UK"
fi
if [ -z "${password:-}" ];
then
password="${admin_pwd}"
ynh_app_setting_set --app=$app --key=password --value="$password"
fi
#=================================================
# CHECK VERSION
#=================================================