improve scripts
This commit is contained in:
9
home/default/scripts/syncthing-rm-stversions
Executable file
9
home/default/scripts/syncthing-rm-stversions
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if compgen -G "/home/default/syncthing/*/.stversions/*" > /dev/null; then
|
||||
rm -rf /home/default/syncthing/*/.stversions/*
|
||||
echo "deleted all .stversions"
|
||||
else
|
||||
echo "no .stversions to remove"
|
||||
fi
|
Reference in New Issue
Block a user