From cee2e23694b3b3e98c68049695da2cbdca2bbc9e Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Tue, 27 Jan 2015 20:06:30 -0500 Subject: [PATCH] fixed scripts to copy more files --- scripts/IKIWIKI/20-setup-ikiwiki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/IKIWIKI/20-setup-ikiwiki.sh b/scripts/IKIWIKI/20-setup-ikiwiki.sh index 36696b2..3a02ac8 100755 --- a/scripts/IKIWIKI/20-setup-ikiwiki.sh +++ b/scripts/IKIWIKI/20-setup-ikiwiki.sh @@ -1,7 +1,7 @@ #!/bin/sh # Detect if ikikwiki is already installed -if [ ! $ROOTCMD test -e /etc/ikiwiki/ikiwiki.setup ]; then +if ! $ROOTCMD test -e /etc/ikiwiki/ikiwiki.setup ; then # copy ikiwiki config fcopy -v /etc/ikiwiki/ikiwiki.setup -- 2.25.1