Moved config files to syncable folder
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user