setup/clone/utility/sats-sync-stop

3 lines
90 B
Bash

#!/bin/bash
sudo -u sats test ! -e /target/sync && sudo systemctl stop sats-sync.service;