summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/depscan.sh')
-rwxr-xr-xsbin/depscan.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/depscan.sh b/sbin/depscan.sh
index 59bda9d..10590d0 100755
--- a/sbin/depscan.sh
+++ b/sbin/depscan.sh
@@ -17,8 +17,8 @@ fi
for x in softscripts snapshot options daemons \
started starting inactive stopping failed \
- exclusive exitcodes ; do
- if [[ ! -d ${svcdir}/${x} ]] ; then
+ exclusive exitcodes restart ; do
+ if [[ ! -d "${svcdir}/${x}" ]] ; then
if ! mkdir -p -m 0755 "${svcdir}/${x}" 2>/dev/null ; then
eerror "Could not create needed directory '${svcdir}/${x}'!"
fi