1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Remove debug command

This commit is contained in:
tituspijean 2020-11-13 10:01:20 +01:00
parent e5c96fcfec
commit 56ae4e7149
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
ynh_clean_setup () { ynh_clean_setup () {
true true
} }
# Exit if an error occurs during the execution of the script # Exit if an error occurs during the execution of the script
ynh_abort_if_errors ynh_abort_if_errors

View file

@ -18,7 +18,6 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
ynh_clean_setup () { ynh_clean_setup () {
read -p "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