1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

remove read -p

This commit is contained in:
yalh76 2019-06-01 18:11:07 +02:00
parent 3c14127e10
commit b845a2a2e8

View file

@ -77,7 +77,6 @@ ynh_print_info --message="Backing up the app before upgrading (may take a while)
# Backup the current version of the app
ynh_backup_before_upgrade
ynh_clean_setup () {
read -p "key"
# restore it if the upgrade fails
ynh_restore_upgradebackup
}