clean mounting of opendrive

This commit is contained in:
robocopAlpha 2021-07-15 12:06:08 +03:00
parent daa48b1ced
commit 80c00360e8
2 changed files with 17 additions and 12 deletions

View file

@ -48,12 +48,3 @@ else
fi
WRK_DIR=${HOME_DIR}/pihole_lists
if [[ -d "${HOME_DIR}/opendrive" ]]; then
rm -rf "${HOME_DIR}/opendrive"
mkdir "${HOME_DIR}/opendrive"
else
mkdir "${HOME_DIR}/opendrive"
fi
rclone mount --daemon opendrive:Public/blocklist/ "${HOME_DIR}/opendrive"