Moved config files to syncable folder

This commit is contained in:
Daniel Pätzold
2026-04-24 11:31:34 +02:00
parent dfbe9ec625
commit cd5bbd464b
8 changed files with 73 additions and 27 deletions
+2 -2
View File
@@ -15,11 +15,11 @@
# fi
# return 0
#}
if [ ! -f $(dirname "$0")/setup_system.conf ]; then
if [ ! -f $(dirname "$0")/../config/setup_system.conf ]; then
echo "System configuration not found. Please make a copy of setup_system.conf.dist, name it setup_system.conf and check the settings in it before running."
echo "Press any key to continue" && read -n 1 -s -r && exit 1
fi
source $(dirname "$0")/setup_system.conf
source $(dirname "$0")/../config/setup_system.conf
#Check if the Data- Directory is encrypted
check_data_isecrypted() {