1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Remove read -p

This commit is contained in:
yalh76 2019-08-25 04:07:56 +02:00
parent 96dd648606
commit 8c844d1145

View file

@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers
ynh_clean_setup () {
ynh_clean_check_starting
read -p "key"
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
@ -167,8 +166,6 @@ cp ../conf/mod_smacks.lua /usr/lib/metronome/modules/mod_smacks.lua
ynh_systemd_action --service_name=metronome --action=restart
read -p "key"
#=================================================
# BUILD JITSI-VIDEOBRIDGE
#=================================================