1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Fix restore

This commit is contained in:
yalh76 2019-02-27 22:39:41 +01:00
parent 1f2fdd395f
commit 255717689a
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers
ynh_clean_setup () { ynh_clean_setup () {
### Remove this function if there's nothing to clean before calling the remove script. ### Remove this function if there's nothing to clean before calling the remove script.
read -p "Press any key..."
true true
} }
# Exit if an error occurs during the execution of the script # Exit if an error occurs during the execution of the script

View file

@ -15,6 +15,7 @@ source /usr/share/yunohost/helpers
ynh_clean_setup () { ynh_clean_setup () {
#### Remove this function if there's nothing to clean before calling the remove script. #### Remove this function if there's nothing to clean before calling the remove script.
read -p "Press any key..."
true true
} }
# Exit if an error occurs during the execution of the script # Exit if an error occurs during the execution of the script