From b4829a798f1dec63d1ca3ac1bc9c26456ce54f8c Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 10 Feb 2017 10:34:40 +0100 Subject: [PATCH] Remove unnecessary spaces --- dev/n_obackup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev/n_obackup.sh b/dev/n_obackup.sh index 065a4b1..5963a6c 100755 --- a/dev/n_obackup.sh +++ b/dev/n_obackup.sh @@ -10,8 +10,7 @@ PROGRAM_VERSION=2.1-beta1+dev PROGRAM_BUILD=2017020903 IS_STABLE=no -# Execution order #__WITH_PARANOIA_DEBUG - +#### Execution order #__WITH_PARANOIA_DEBUG # GetLocalOS #__WITH_PARANOIA_DEBUG # InitLocalOSDependingSettings #__WITH_PARANOIA_DEBUG # CheckRunningInstances #__WITH_PARANOIA_DEBUG @@ -35,9 +34,7 @@ IS_STABLE=no # RsyncPatterns #__WITH_PARANOIA_DEBUG # FilesBackup #__WITH_PARANOIA_DEBUG - include #### OFUNCTIONS FULL SUBSET #### - # If using "include" statements, make sure the script does not get executed unless it's loaded by bootstrap include #### _OFUNCTIONS_BOOTSTRAP SUBSET #### [ "$_OFUNCTIONS_BOOTSTRAP" != true ] && echo "Please use bootstrap.sh to load this dev version of $(basename $0)" && exit 1