Parcourir la source

Trop bavard pendant le chargement de la conf

Sniperovitch il y a 8 ans
Parent
commit
9d44805592
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      cocktail

+ 1 - 3
cocktail

@@ -271,9 +271,7 @@ publish() {
 
 ### MAIN ###
 base=$( cd $( dirname "${BASH_SOURCE[0]}" ) && pwd )
-
-echo "base=$base"
-if test -e "$base/cocktail.conf";
+if test -r "$base/cocktail.conf";
 then
   source "$base/cocktail.conf"
 else