From 285f38ac3154898fcc63d21a1eace97c851356d5 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 29 Nov 2005 10:09:43 +0000 Subject: r3560@krups: intrigeri | 2005-11-15 15:13:35 +0100 backupninja now uses the maketemp function shared in lib/tools, instead of its own one. --- src/ninjahelper.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ninjahelper.in') diff --git a/src/ninjahelper.in b/src/ninjahelper.in index 099a580..5d6bdd9 100755 --- a/src/ninjahelper.in +++ b/src/ninjahelper.in @@ -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 -- cgit v1.2.3