|
|
@@ -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
|