fix: useless sudo which causes problems at init #5

This commit is contained in:
bsourisse 2022-12-22 15:29:29 +01:00
parent d43389f395
commit 60ee037cef

View file

@ -22,4 +22,4 @@
# Exit when any command fails
set -e
sudo stat -c {\"user\":\"%U\",\"lastSave\":%Y\} /var/borgwarehouse/*/repos/*/integrity* | jq -s
stat -c {\"user\":\"%U\",\"lastSave\":%Y\} /var/borgwarehouse/*/repos/*/integrity* | jq -s