r3560@krups: intrigeri | 2005-11-15 15:13:35 +0100
[matthijs/upstream/backupninja.git] / src / ninjahelper.in
index 099a5808b9086ea426f3dcf35a65094d833c778d..5d6bdd9dae4dc3019821aa9267d6ba5271e090fc 100755 (executable)
@@ -187,6 +187,7 @@ if [ ! -r "$conffile" ]; then
        echo "Configuration file $conffile not found." 
        exit 1
 fi
+
 # find $scriptdir
 scriptdir=`grep scriptdirectory $conffile | awk '{print $3}'`
 if [ -z "$scriptdir" ]; then
@@ -202,6 +203,7 @@ else
           exit 1
        fi         
 fi
+
 # find $libdir
 libdir=`grep libdirectory $conffile | awk '{print $3}'`
 if [ -z "$libdir" ]; then