Do not print deployment id on non-etc

This commit is contained in:
Dennis ten Hoove 2024-04-29 06:10:23 +02:00
parent 94b1d87b7b
commit cc918e00d0

2
arkdep
View file

@ -764,7 +764,7 @@ deploy () {
# Check if only /etc is present, if it is we do not have to unlock the root volume
for file in ${overlay_files[*]}; do
if [[ $file != 'etc' ]]; then
printf "\e[1;33m<!>\e[0m\e[1m ${data[0]} Non /etc file or directory detected, root will be temporarily unlocked\e[0m\n"
printf "\e[1;33m<!>\e[0m\e[1m Non /etc file or directory detected, root will be temporarily unlocked\e[0m\n"
overlay_unlock_root=1
fi
done