]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/check_for_zombie_jobs
update configure
[bacula/bacula] / regress / scripts / check_for_zombie_jobs
index b26ced1e580d276a86911411eec285854a721f2a..e2c240565b090c0b1912658a3f037680cd4edbda 100755 (executable)
 if [ $# = 2 ] ; then
     client="$2"
 else 
-    client=${HOST}-fd
+    client="client"
 fi
 
 ${bin}/bconsole -c ${scripts}/bconsole.conf <<END_OF_DATA 2>&1 >/dev/null
 @output ${tmp}/dir.out
 status dir
 @output ${tmp}/fd.out
-status client=${client}
+status ${client}
 @output ${tmp}/sd.out
 status $1
 @output