Skip to content

Commit 617682d

Browse files
author
gitlab
committed
Merge branch '7826' into 'master'
Fixes ZSTAC-7826 Closes ZSTAC-7826 See merge request zstackio/zstack!2422
2 parents d7b3a73 + 3a7ef60 commit 617682d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conf/install/zstack-server

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ if [ $? -ne 0 ]; then
2525
fi
2626

2727
check_status() {
28-
ZSTACK_HOME=$zstack_app zstack-ctl status
28+
ZSTACK_HOME=$zstack_app HOME=`echo ~root` zstack-ctl status
2929
}
3030

3131
stop_zstack(){
32-
ZSTACK_HOME=$zstack_app zstack-ctl stop
32+
ZSTACK_HOME=$zstack_app HOME=`echo ~root` zstack-ctl stop
3333
}
3434

3535
start_zstack(){
36-
ZSTACK_HOME=$zstack_app zstack-ctl start
36+
ZSTACK_HOME=$zstack_app HOME=`echo ~root` zstack-ctl start
3737
}
3838

3939

0 commit comments

Comments
 (0)