We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2131006 commit 6d216b1Copy full SHA for 6d216b1
sbin/dss-start-all.sh
@@ -43,7 +43,7 @@ source $DSS_HOME/conf/config.sh
43
function startApp(){
44
echo "<-------------------------------->"
45
echo "Begin to start $SERVER_NAME"
46
-SERVER_START_CMD="sh $DSS_INSTALL_HOME/sbin/dss-daemon.sh restart $SERVER_NAME"
+SERVER_START_CMD="sh $DSS_HOME/sbin/dss-daemon.sh restart $SERVER_NAME"
47
if test -z "$SERVER_IP"
48
then
49
SERVER_IP=$local_host
0 commit comments