mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
remove read
This commit is contained in:
parent
f84b24b856
commit
99a8466c9f
1 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,7 @@ then
|
||||||
ynh_app_setting_delete "$app" psql_db
|
ynh_app_setting_delete "$app" psql_db
|
||||||
ynh_app_setting_delete "$app" psqlpwd
|
ynh_app_setting_delete "$app" psqlpwd
|
||||||
fi
|
fi
|
||||||
read -p "Press any key..."
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -76,7 +76,6 @@ fi
|
||||||
ynh_backup_before_upgrade
|
ynh_backup_before_upgrade
|
||||||
ynh_clean_setup () {
|
ynh_clean_setup () {
|
||||||
# restore it if the upgrade fails
|
# restore it if the upgrade fails
|
||||||
read -p "Press any key..."
|
|
||||||
ynh_restore_upgradebackup
|
ynh_restore_upgradebackup
|
||||||
ynh_clean_check_starting
|
ynh_clean_check_starting
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue