Removed enviroment and added Variables back to script

This commit is contained in:
Tim Schilling | IuK
2024-11-28 14:26:33 +01:00
parent da471ff907
commit 984be63a0a
6 changed files with 12 additions and 43 deletions
+4 -7
View File
@@ -1,14 +1,11 @@
#!/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"
WEBDAV_USER="tim.schilling@koenigsbrunn.de"
WEBDAV_PASS="HgdKS-P2004!"
WEBDAV_URL="https://www.kommsafe.de/webdav/Stadt%20K%C3%B6nigsbrunn/IuK/Schilling"
RCLONE_CONFIG="/root/.config/rclone/rclone.conf"
# Farben für die Ausgabe
GREEN="\033[0;32m"