mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 05:09:40 +02:00
check pid
This commit is contained in:
parent
d4c850e5ef
commit
bb2ced1f84
@ -24,7 +24,7 @@ echo ""
|
||||
# check if lftp is running in background
|
||||
pid=$(pgrep lftp | head -n 1)
|
||||
echo "${pid}"
|
||||
if [ ${isRunning} -eq 0 ]; then
|
||||
if [ ${#pid} -eq 0 ]; then
|
||||
echo "Starting lftp"
|
||||
sudo mkdir ${targetDir} 2>/dev/null
|
||||
sudo lftp -c "torrent -O ${targetDir} /home/admin/assets/${torrent}.torrent; bye"
|
||||
|
Loading…
x
Reference in New Issue
Block a user