Sfoglia il codice sorgente

and while i am at it - fix formatting

Thomas Lotterer 21 anni fa
parent
commit
24297fde42
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      bacula/bexec.sh

+ 1 - 2
bacula/bexec.sh

@@ -13,8 +13,7 @@ case "$myName" in
      dbcheck      ) cfg="bacula-dir.conf"   ;;
      tray-monitor ) cfg="tray-monitor.conf" ;;
      wx-console   ) cfg="wx-console.conf"   ;;
-     *            ) echo "bexec: illegal link to '$0'"
-                    exit 1                  ;;
+     *            ) echo "bexec: illegal link to '$0'" 1>&2; exit 1 ;;
 esac
 cfg="$cfgPath/$cfg"
 #   The user is still able to specify own config files, because