mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +02:00
13 lines
342 B
Bash
13 lines
342 B
Bash
CONTAINERS_FOLDER="$HOME/.local/share/kaido/containers"
|
|
BUILDS_FOLDER="$HOME/.cache/kaido/build"
|
|
|
|
#TODO check if this is used
|
|
MASTER_CONFIG_FOLDER="$HOME/.config/kaido"
|
|
|
|
|
|
if [ -f "/etc/kaido/envs.sh" ]; then
|
|
source /etc/kaido/envs.sh
|
|
fi
|
|
|
|
# keep here until fully implemented, maybe read it from kaido.conf?
|
|
KAIDO_CONFIG_FOLDER="/etc/kaido" |