mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-10 21:00:36 +02:00
fix clean up after HTTP download
This commit is contained in:
parent
9140a9bbcf
commit
ac27a67983
@ -75,7 +75,7 @@ elif [ ${exportType} = "http" ]; then
|
||||
cd ${randomNumber}
|
||||
python -m SimpleHTTPServer 51413
|
||||
cd ..
|
||||
rm -r ${randomNumber}
|
||||
sudo rm -r ${randomNumber}
|
||||
echo "OK - temp HTTP server is stopped."
|
||||
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user