From 91f0aecc8fa06318174ae2a75209dfc33a2b56e9 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Wed, 15 Mar 2017 15:59:16 +0100 Subject: [PATCH] Suppression de show progress dans le wget --- scripts/.fonctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.fonctions b/scripts/.fonctions index 18cef3d..6f8f1b2 100644 --- a/scripts/.fonctions +++ b/scripts/.fonctions @@ -80,7 +80,7 @@ GENERATE_DB () { # Create a database and a dedicated user in the name of the app SETUP_SOURCE () { # Download source, decompress and copu into $final_path # $1 = Nom de l'archive téléchargée. - wget -nv --show-progress -i ../sources/source_url -O $1 + sudo wget -nv -i ../sources/source_url -O $1 # Checks the checksum of the downloaded source. # md5sum -c ../sources/source_md5 --status # Decompress source