mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 22:39:14 +02:00
remove lockfile @akrigator
https://github.com/alexbelgium/hassio-addons/issues/2690
This commit is contained in:
@@ -5,7 +5,11 @@ mkdir -p /config/qBittorrent
|
||||
mkdir -p /config/wireguard
|
||||
mkdir -p /config/openvpn
|
||||
|
||||
MIGRATED=""
|
||||
MIGRATED=""x
|
||||
|
||||
if [ -f /config/qBittorrent/lockfile ]; then
|
||||
rm /config/qBittorrent/lockfile
|
||||
fi
|
||||
|
||||
# Move main folder
|
||||
if [ -f /homeassistant/addons_config/qBittorrent/qBittorrent.conf ] && [ ! -f /homeassistant/addons_config/qBittorrent/migrated ]; then
|
||||
|
||||
Reference in New Issue
Block a user