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 | 302 | fi |
| 303 | 303 | fi |
| 304 | 304 | |
| 305 | - touch $INSTALL_PATH/var/bin/.dmsinit.lock | |
| 305 | + touch $INSTALL_PATH/var/bin/dmsinit.lock | |
| 306 | 306 | |
| 307 | 307 | $ZEND_DIR/bin/zendctl.sh restart |
| 308 | 308 | } |
| ... | ... | @@ -320,7 +320,7 @@ if [ "x$3" != "x" ]; then |
| 320 | 320 | fi |
| 321 | 321 | |
| 322 | 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 | 325 | case $1 in |
| 326 | 326 | help) help | ... | ... |