This commit is contained in:
2023-10-31 13:27:09 +01:00
parent 861aa7fa0a
commit 0f12ba81ba

View File

@ -1,12 +1,7 @@
#!/bin/sh
MOODLE_DIR="/home/alex/eth/.moodle"
cd "$MOODLE_DIR"
echo "pgrepping"
pgrep -x moodle-dl
if ! pgrep -x moodle-dl; then
echo "nothing"
[ -f running.lock ] && rm running.lock
moodle-dl >/dev/null 2>&1
else
echo "something"
fi