forked from obel1x/fedora-OEMDRV
Moved encryption Warning
This commit is contained in:
@@ -21,13 +21,13 @@ fi
|
|||||||
|
|
||||||
if [ ${IPAVAULTUSE} == "false" ]; then
|
if [ ${IPAVAULTUSE} == "false" ]; then
|
||||||
#No encryption configured, will warn, but will continue
|
#No encryption configured, will warn, but will continue
|
||||||
echo "Warning: Encryption is turned off by configuration (IPAVAULTUSE is set to false)!"
|
|
||||||
echo "This makes your private data readable by anyone having access to the harddrive. Will continue, but this is not safe!"
|
|
||||||
echo
|
echo
|
||||||
mkdir -p ${DECRYPTEDDATADIR}
|
mkdir -p ${DECRYPTEDDATADIR}
|
||||||
RETNO=$?
|
RETNO=$?
|
||||||
if [ ${RETNO} -eq 0 ]; then
|
if [ ${RETNO} -eq 0 ]; then
|
||||||
echo "Private Directory set to ${DECRYPTEDDATADIR}"
|
echo "Private Directory set to ${DECRYPTEDDATADIR}"
|
||||||
|
echo "Warning: Encryption is turned off by configuration (IPAVAULTUSE is set to false)!"
|
||||||
|
echo "This makes your private data readable by anyone having access to the harddrive. Will continue, but this is not safe!"
|
||||||
else
|
else
|
||||||
echo "Error setting up Directory ${DECRYPTEDDATADIR}"
|
echo "Error setting up Directory ${DECRYPTEDDATADIR}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user