feat: Make storage folder configurable
This commit is contained in:
parent
c244483847
commit
91be01cdf6
1 changed files with 12 additions and 12 deletions
|
@ -26,13 +26,13 @@ echo "❯ For support visit $SUPPORT"
|
||||||
: "${DISK_SIZE:="16G"}" # Initial data disk size
|
: "${DISK_SIZE:="16G"}" # Initial data disk size
|
||||||
: "${BOOT_MODE:=""}" # Boot system with UEFI
|
: "${BOOT_MODE:=""}" # Boot system with UEFI
|
||||||
: "${BOOT_INDEX:="9"}" # Boot index of CD drive
|
: "${BOOT_INDEX:="9"}" # Boot index of CD drive
|
||||||
|
: "${STORAGE:="/storage"}" # Storage folder location
|
||||||
|
|
||||||
# Helper variables
|
# Helper variables
|
||||||
|
|
||||||
PROCESS="${APP,,}"
|
PROCESS="${APP,,}"
|
||||||
PROCESS="${PROCESS// /-}"
|
PROCESS="${PROCESS// /-}"
|
||||||
|
|
||||||
STORAGE="/storage"
|
|
||||||
INFO="/run/shm/msg.html"
|
INFO="/run/shm/msg.html"
|
||||||
PAGE="/run/shm/index.html"
|
PAGE="/run/shm/index.html"
|
||||||
TEMPLATE="/var/www/index.html"
|
TEMPLATE="/var/www/index.html"
|
||||||
|
|
Loading…
Reference in a new issue