Skip to content
Snippets Groups Projects
stop.bash 202 B
Newer Older
  • Learn to ignore specific revisions
  • Alfredo Chissotti's avatar
    Alfredo Chissotti committed
    #!/bin/bash
    status="NONE"
    if [ -f "/home/debian/CONFIG/archiver/STATUS" ]; then status=$(cat /home/debian/CONFIG/archiver/STATUS); fi
    if [ $status == "OFF" ]; then /home/debian/bin/stopag archiver; fi