]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions
Update
[bacula/bacula] / regress / scripts / functions
index 19f955d533a49725496ecf71de742118fa278bcd..910b57fe047fcc0b0d96c6285575fb6204978f14 100644 (file)
@@ -22,6 +22,7 @@ if [ $MUID != 0 ] ; then
    echo " "
    exit 1
 fi
+}
 
 
 set_debug()
@@ -83,7 +84,7 @@ stop_bacula()
 
 check_for_zombie_jobs()
 {
-   scripts/check_for_zombie_jobs $1
+   scripts/check_for_zombie_jobs $*
 }
 
 change_jobname()
@@ -176,6 +177,5 @@ else
    set_debug 0
 fi
 
-# Source the second drive variables
-touch ${cwd}/config.out
-. ${cwd}/config.out
+# Source the configuration variables
+. ${cwd}/config