Curator - Move files to /usr/sbin

This commit is contained in:
Wes Lambert
2018-12-05 13:24:16 +00:00
parent 90e3b6912c
commit 7a260a4876
2 changed files with 8 additions and 8 deletions

View File

@@ -37,5 +37,5 @@
if pgrep -f "so-curator-closed-delete-delete" >/dev/null; then
echo "Script is already running."
else
/usr/local/bin/so-curator-closed-delete-delete
/usr/sbin/so-curator-closed-delete-delete
fi