Browse Source

Trop bavard pendant le chargement de la conf

Sniperovitch 8 years ago
parent
commit
9d44805592
1 changed files with 1 additions and 3 deletions
  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