Removed enviroment and added Variables back to script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user