[SM-Commit] GIT changes to master grimoire by David Kowis (d41b4d02cebb1600c53dfd9c501104af9e976494)

David Kowis scm at sourcemage.org
Fri Sep 19 18:13:38 EDT 2008


GIT changes to master grimoire by David Kowis <dkowis at shlrm.org>:

 archive/backuppc/INSTALL |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d41b4d02cebb1600c53dfd9c501104af9e976494
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at shlrm.org>

    backuppc: OOPS. I fixed it in one place, not in the repo :D

diff --git a/archive/backuppc/INSTALL b/archive/backuppc/INSTALL
index 6408357..74537fc 100755
--- a/archive/backuppc/INSTALL
+++ b/archive/backuppc/INSTALL
@@ -1,7 +1,7 @@
 create_group backuppc
 create_account backuppc "${BACKUPPC_DATA_DIR}" "/dev/null"
 cd $SOURCE_DIRECTORY &&
-if [[ "${BACKUPPC_DATA_DIR}" == "" || ![ -f  ${BACKUPPC_DATA_DIR}/conf/config.pl ] ]]; then
+if [[ "${BACKUPPC_DATA_DIR}" == "" ]] || ! [ -f  ${BACKUPPC_DATA_DIR}/conf/config.pl ]; then
 	# New batch install!
 	perl ./configure.pl --batch \
 	   --cgi-dir ${INSTALL_ROOT}/usr/share/backuppc/cgi-bin \



More information about the SM-Commit mailing list