projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2198bce
)
Fix syntax errors.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 17 Feb 2012 09:39:09 +0000 (10:39 +0100)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 17 Feb 2012 09:39:09 +0000 (10:39 +0100)
scripts/vserver-build.functions
patch
|
blob
|
history
diff --git
a/scripts/vserver-build.functions
b/scripts/vserver-build.functions
index
5d6092d
..
e423e5c
100644
(file)
--- a/
scripts/vserver-build.functions
+++ b/
scripts/vserver-build.functions
@@
-202,8
+202,7
@@
function base._addGeneratedFile
function base.initFilesystem
{
test -z "$1" || _renameVserverCfg
- if test -n "$OPTION_SEMIFORCE"; then
- { { test -n "$OPTION_SEMIFORCE" || isDirectoryEmpty "$VDIR" 1 } && test ! -e "$SETUP_CONFDIR"; } || colpanic $"\
+ { { test -n "$OPTION_SEMIFORCE" || isDirectoryEmpty "$VDIR" 1; } && test ! -e "$SETUP_CONFDIR"; } || colpanic $"\
vserver-topdirectory '$VDIR' and/or configuration at '$SETUP_CONFDIR'
exist already; please try to use '--force', or remove them manually."