forked from obel1x/fedora-OEMDRV
Include local conf.d definitions
This commit is contained in:
+6
-4
@@ -1,9 +1,11 @@
|
||||
.Trash*
|
||||
*.kdev4
|
||||
.kdev4/*
|
||||
client_software/.sync_*.db
|
||||
client_software/setup_system.conf
|
||||
config/setup_system.conf
|
||||
config/setup_system.conf.bak
|
||||
config/skel.tar.zst
|
||||
config/.sync_*.db
|
||||
client_software/.sync_*.db
|
||||
client_software/setup_system.conf
|
||||
*.kdev4
|
||||
.kdev4/*
|
||||
config/.sync_*.db
|
||||
config.d/*
|
||||
|
||||
@@ -21,6 +21,11 @@ if [ ! -f $(dirname "$0")/../config/setup_system.conf ]; then
|
||||
fi
|
||||
source $(dirname "$0")/../config/setup_system.conf
|
||||
|
||||
#Parse additional client-configs
|
||||
if [[ `ls -1 $(dirname "$0")/../config.d/*.conf 2>/dev/null | wc -l ` -gt 0 ]]; then
|
||||
source $(dirname "$0")/../config.d/*.conf
|
||||
fi
|
||||
|
||||
#Check if the Data- Directory is encrypted
|
||||
check_data_isecrypted() {
|
||||
CHECKRES=$( cat /etc/mtab | grep "${DECRYPTEDDATADIR}" | grep "fuse.gocryptfs" )
|
||||
|
||||
Reference in New Issue
Block a user