Skip to content

Commit 6d216b1

Browse files
committed
fix bug #448
1 parent 2131006 commit 6d216b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/dss-start-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ source $DSS_HOME/conf/config.sh
4343
function startApp(){
4444
echo "<-------------------------------->"
4545
echo "Begin to start $SERVER_NAME"
46-
SERVER_START_CMD="sh $DSS_INSTALL_HOME/sbin/dss-daemon.sh restart $SERVER_NAME"
46+
SERVER_START_CMD="sh $DSS_HOME/sbin/dss-daemon.sh restart $SERVER_NAME"
4747
if test -z "$SERVER_IP"
4848
then
4949
SERVER_IP=$local_host

0 commit comments

Comments
 (0)