3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sudo -u sats test ! -e /target/sync && sudo systemctl stop sats-sync.service;
|