mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Fix change_url syntax error, see:
https://ci-apps.yunohost.org/ci/job/599 see also: https://github.com/YunoHost/package_linter/issues/90
This commit is contained in:
parent
853670881f
commit
7e56fe2f48
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ log_path=$(ynh_app_setting_get --app="$app" --key=log_path)
|
|||
port=$(ynh_app_setting_get --app="$app" --key=port)
|
||||
db_pwd=$(ynh_app_setting_get --app="$app" --key=psqlpwd)
|
||||
admin_mail=$(ynh_user_get_info "$admin" mail)
|
||||
redis_db=$(ynh_app_setting_get --app="$app" --key=redis_db
|
||||
redis_db=$(ynh_app_setting_get --app="$app" --key=redis_db)
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
|
|
Loading…
Add table
Reference in a new issue