mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 18:26:04 +02:00
Change config location https://github.com/alexbelgium/hassio-addons/issues/1177
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d /config/addons_config/calibre-web ]; then
|
||||
echo "Creating /config/addons_config/calibre-web"
|
||||
mkdir -p /config/addons_config/calibre-web
|
||||
if [ ! -d /config ]; then
|
||||
echo "Creating /config"
|
||||
mkdir -p /config
|
||||
fi
|
||||
|
||||
chown -R "$PUID:$PGID" /config/addons_config/calibre-web
|
||||
chown -R "$PUID:$PGID" /config
|
||||
|
||||
Reference in New Issue
Block a user