mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
clean mounting of opendrive
This commit is contained in:
parent
daa48b1ced
commit
80c00360e8
2 changed files with 17 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue