Added Variables to setup.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user