diff options
Diffstat (limited to 'src/backupninja.in')
| -rwxr-xr-x | src/backupninja.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/backupninja.in b/src/backupninja.in index fb6cc16..e4f5ea7 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -476,7 +476,7 @@ errormsg=""  if [ "$singlerun" ]; then  	files=$singlerun  else -	files=`find -L $configdirectory -mindepth 1 -maxdepth 1 -type f ! -name '.*.swp' | sort -n` +	files=`find $configdirectory -follow -mindepth 1 -maxdepth 1 -type f ! -name '.*.swp' | sort -n`  	if [ -z "$files" ]; then  		fatal "No backup actions configured in '$configdirectory', run ninjahelper!" | 
