Browse Source

init script - add ERR flag when ssid is not set

Émile Morel 10 years ago
parent
commit
e3f30a7b76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/init_ynh-torclient

+ 1 - 1
conf/init_ynh-torclient

@@ -197,7 +197,7 @@ for i in $(seq 0 $((${ynh_multissid} - 1))); do
 done
 done
 
 
 if [ ! $torclient_wifi_device ] ; then
 if [ ! $torclient_wifi_device ] ; then
-  echo "SSID not found for torclient"
+  echo "[ERR] SSID not found for torclient"
   exit 1
   exit 1
 fi
 fi