mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update 00-folders.sh
This commit is contained in:
@@ -13,10 +13,3 @@ sed -i "s|/data/config|$CONFIGLOCATION|g" /defaults/*
|
|||||||
|
|
||||||
# Create directory
|
# Create directory
|
||||||
mkdir -p "$CONFIGLOCATION"/config
|
mkdir -p "$CONFIGLOCATION"/config
|
||||||
|
|
||||||
# Copy previous config if existing
|
|
||||||
if [ -d /data/config ]; then
|
|
||||||
echo "Moving to new location $CONFIGLOCATION"
|
|
||||||
mv /data/config/* "$CONFIGLOCATION"/config/
|
|
||||||
rm -r /data/config
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user