Unverified Commit 0cb9a21c authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by GitHub
Browse files

Fix #784, added `acsStop` to `discosdown` script (#798)

parent 2f97feb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,4 +32,4 @@

#MASTERHOST will be replaced by make file @installation time with proper server address

ssh -f -l discos MASTERHOST "/bin/bash --login -c 'echo Shutting down.... && killACS && echo ....it is all over'"
ssh -f -l discos MASTERHOST "/bin/bash --login -c 'echo Shutting down.... && killACS && acsStop && echo ....it is all over'"
+1 −1
Original line number Diff line number Diff line
@@ -32,4 +32,4 @@

#MASTERHOST will be replaced by make file @installation time with proper server address

ssh -f -l discos MASTERHOST "/bin/bash --login -c 'echo Shutting down.... && killACS && echo ....it is all over'"
ssh -f -l discos MASTERHOST "/bin/bash --login -c 'echo Shutting down.... && killACS && acsStop && echo ....it is all over'"
+1 −1
Original line number Diff line number Diff line
@@ -32,5 +32,5 @@

#MASTERHOST will be replaced by make file @installation time with proper server address

ssh -f -l discos MASTERHOST "/bin/bash --login -c 'echo Shutting down.... && killACS && echo ....it is all over'"
ssh -f -l discos MASTERHOST "/bin/bash --login -c 'echo Shutting down.... && killACS && acsStop && echo ....it is all over'"