Update 99-run.sh

This commit is contained in:
Alexandre
2024-03-11 12:24:33 +01:00
committed by GitHub
parent d5af8d16b5
commit 64c5c2b0c6

View File

@@ -54,6 +54,20 @@ if [[ "$INGRESS" == "true" ]]; then
done
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 #
##############