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

Update change_url

This commit is contained in:
ericgaspar 2022-01-17 08:29:28 +01:00
parent 373ea71322
commit b2f7e3b0f5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -35,6 +35,9 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
secret=$(ynh_string_random --length=32)
timezone="$(cat /etc/timezone)"
set_motd=$(ynh_app_setting_get --app=$app --key=set_motd)
enable_registration=$(ynh_app_setting_get --app=$app --key=enable_registration)
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#=================================================