This commit is contained in:
Alexander Bocken 2023-10-31 13:27:09 +01:00
parent 861aa7fa0a
commit 0f12ba81ba
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

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