1
0
Fork 0
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:
yalh76 2019-02-03 00:31:09 +01:00
parent f84b24b856
commit 99a8466c9f

View file

@ -42,7 +42,7 @@ then
ynh_app_setting_delete "$app" psql_db
ynh_app_setting_delete "$app" psqlpwd
fi
read -p "Press any key..."
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
@ -76,7 +76,6 @@ fi
ynh_backup_before_upgrade
ynh_clean_setup () {
# restore it if the upgrade fails
read -p "Press any key..."
ynh_restore_upgradebackup
ynh_clean_check_starting
}