Minor code improvements and cleanup

This commit is contained in:
JRGTH
2025-09-23 14:42:53 -04:00
parent 3a24390b0d
commit d60abe962d
4 changed files with 36 additions and 13 deletions

View File

@@ -1568,9 +1568,9 @@ bootstrap_dist()
# Disable debootstrap environment.
${CWDIR}/unionfs.sh unionfs_off
else
echo "Linux compatibility disabled."
exit 1
else
echo "Linux compatibility disabled."
exit 1
fi
exit 0