From 8c844d1145c830fa87836224b1ef9bb32941ccfe Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 25 Aug 2019 04:07:56 +0200 Subject: [PATCH] Remove read -p --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0467ec8..80dc320 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================