Added Variables to setup.sh

This commit is contained in:
Tim Schilling | IuK
2024-11-28 13:41:21 +01:00
parent af9bbde33b
commit da471ff907
5 changed files with 19 additions and 7 deletions
+10
View File
@@ -1,5 +1,15 @@
#!/bin/bash
source ./enviroment/envireoment.env
source ./enviroment/secret.env
# Variablen
WEBDAV_USER="$ENV_WEBDAV_BENUTZER"
WEBDAV_PASS="$ENV_WEBDAV_PASSWORD"
WEBDAV_URL="$ENV_WEBDAV_URL"
RCLONE_CONFIG="$ENV_RCLONE_CONF"
# Farben für die Ausgabe
GREEN="\033[0;32m"
RED="\033[0;31m"