mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 11:59:11 +02:00
Update 99-run.sh
This commit is contained in:
@@ -54,6 +54,20 @@ if [[ "$INGRESS" == "true" ]]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
###########
|
||||||
|
# FOLDERS #
|
||||||
|
###########
|
||||||
|
|
||||||
|
echo "Create structure"
|
||||||
|
mkdir -p /config/comic_data
|
||||||
|
mkdir -p /config/library
|
||||||
|
mkdir -p /config/imports
|
||||||
|
mkdir -p /config/database
|
||||||
|
ln -sf /config/comic_data /comic_data
|
||||||
|
ln -sf /config/library /library
|
||||||
|
ln -sf /config/imports /imports
|
||||||
|
ln -sf /config/database /root/.comixed
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# LAUNCH APP #
|
# LAUNCH APP #
|
||||||
##############
|
##############
|
||||||
|
|||||||
Reference in New Issue
Block a user