Commit 757dd6ab3b14c0286b80a9b0c8ea7115774cb51d
1 parent
7a24acbf
Story Id:1627025 Updated dmsctl.sh
Committed by: Jarrett Jordaan Reviewed by: Prince Mbekwa
Showing
1 changed file
with
2 additions
and
2 deletions
dmsctl.sh
| @@ -302,7 +302,7 @@ firstrun() { | @@ -302,7 +302,7 @@ firstrun() { | ||
| 302 | fi | 302 | fi |
| 303 | fi | 303 | fi |
| 304 | 304 | ||
| 305 | - touch $INSTALL_PATH/var/bin/.dmsinit.lock | 305 | + touch $INSTALL_PATH/var/bin/dmsinit.lock |
| 306 | 306 | ||
| 307 | $ZEND_DIR/bin/zendctl.sh restart | 307 | $ZEND_DIR/bin/zendctl.sh restart |
| 308 | } | 308 | } |
| @@ -320,7 +320,7 @@ if [ "x$3" != "x" ]; then | @@ -320,7 +320,7 @@ if [ "x$3" != "x" ]; then | ||
| 320 | fi | 320 | fi |
| 321 | 321 | ||
| 322 | # Are we running for first time | 322 | # Are we running for first time |
| 323 | -[[ -e $INSTALL_PATH/var/bin/.dmsinit.lock ]] || firstrun | 323 | +[[ -e $INSTALL_PATH/var/bin/dmsinit.lock ]] || firstrun |
| 324 | 324 | ||
| 325 | case $1 in | 325 | case $1 in |
| 326 | help) help | 326 | help) help |