projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fd8d6
)
Fix running service checks.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 5 Oct 2011 13:21:38 +0000
(15:21 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 5 Oct 2011 13:21:38 +0000
(15:21 +0200)
src/scripts/check_services
patch
|
blob
|
history
diff --git
a/src/scripts/check_services
b/src/scripts/check_services
index
4ecbe5b
..
fe14ad7
100755
(executable)
--- a/
src/scripts/check_services
+++ b/
src/scripts/check_services
@@
-19,9
+19,10
@@
cs_preupgrade () {
fi
fi
done
+ services=${services# }
if [ -n "$services" ]; then
- echo "${services# }" > $STORE
+ echo "$services" > $STORE
fi
}