fix table with handling, icons implemented
This commit is contained in:
@@ -4,8 +4,10 @@ set -eu
|
||||
CONFIG_PATH="${APP_CONFIG:-/app/config/config.json}"
|
||||
APPINFO_PATH="${APPINFO_PATH:-/app/config/APPINFO.json}"
|
||||
DEFAULT_APPINFO="/app/default-config/APPINFO.json"
|
||||
STANDARD_IMAGE_DIR="${STANDARD_IMAGE_DIR:-/app/app/static/uploads/library}"
|
||||
|
||||
mkdir -p "$(dirname "$CONFIG_PATH")" "$(dirname "$APPINFO_PATH")"
|
||||
mkdir -p "$(dirname "$CONFIG_PATH")" "$(dirname "$APPINFO_PATH")" "$STANDARD_IMAGE_DIR"
|
||||
echo "Standard image library: $STANDARD_IMAGE_DIR"
|
||||
|
||||
if [ ! -f "$CONFIG_PATH" ]; then
|
||||
echo "Initializing AssetManager configuration: $CONFIG_PATH"
|
||||
|
||||
Reference in New Issue
Block a user