We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b3a73 commit 3a7ef60Copy full SHA for 3a7ef60
1 file changed
conf/install/zstack-server
@@ -25,15 +25,15 @@ if [ $? -ne 0 ]; then
25
fi
26
27
check_status() {
28
- ZSTACK_HOME=$zstack_app zstack-ctl status
+ ZSTACK_HOME=$zstack_app HOME=`echo ~root` zstack-ctl status
29
}
30
31
stop_zstack(){
32
- ZSTACK_HOME=$zstack_app zstack-ctl stop
+ ZSTACK_HOME=$zstack_app HOME=`echo ~root` zstack-ctl stop
33
34
35
start_zstack(){
36
- ZSTACK_HOME=$zstack_app zstack-ctl start
+ ZSTACK_HOME=$zstack_app HOME=`echo ~root` zstack-ctl start
37
38
39
0 commit comments