Hopefully fix a regression with overlay copying

merge-requests/273/head
Chrysostomus 6 years ago
parent 2db326c644
commit 70d6fedfae

@ -356,7 +356,7 @@ install_desktop() {
## Setup desktop
if [[ -z "$overlay" ]]; then
if [[ $(cat /tmp/.desktop) != "" ]]; then
# copy the profile overlay to the new root
echo "Copying overlay files to the new root"
cp -r "$overlay"* ${MOUNTPOINT} 2>$ERR

Loading…
Cancel
Save