services/Distributed-Wiki.md
... ...
@@ -215,7 +215,7 @@ start() {
215 215
echo "ERROR: could not start process"; return 1
216 216
217 217
}
218
- echo $! > ${PID_FILE}
218
+ echo ${cpid} > ${PID_FILE}
219 219
}
220 220
221 221
stop(){