Commit d919fbd8 authored by Marco Buttu's avatar Marco Buttu
Browse files

Wrapper around killACS (not it does not kill the Python clients)

parent c2e0334d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,9 @@ alias startnuraghelo='echo "use command: VBoxHeadless -s NURAGHE-LO"'
alias monitorAcuTemp="watch -n 60 $HOME/bin/showacutemp.sh"
alias printNuragheSetup='$NURAGHERC/printNuragheSetup.sh'

# ACS commands wrappers
alias killACS='killACS -q -a'

# If there is not any lock file, create a default one
if [ ! -f $ACS_TMP/nuraghetrunk.lock ] && \
   [ ! -f $ACS_TMP/nuraghetag.lock ] && \