This commit is contained in:
Bob Mottram 2016-07-30 14:39:08 +01:00
parent 1434735eb9
commit 9b0fdb224a
2 changed files with 3 additions and 5 deletions

View File

@ -471,7 +471,7 @@ Password: $PASSWORD
fi
fi
else
echo $"
echo $"
Image was created.
"
fi

View File

@ -505,6 +505,8 @@ function show_desktop_icons {
echo 'Categories=Application;' >> /home/$MY_USERNAME/Desktop/new_identity.desktop
chown ${MY_DESKTOP}:${MY_DESKTOP} /home/$MY_USERNAME/Desktop/*
pkill caja
}
function disable_password_logins {
@ -794,10 +796,6 @@ if [ -f $MESH_INSTALL_SETUP ]; then
if [ ! -f $MESH_AMNESIC ]; then
rm $MESH_INSTALL_SETUP
systemctl disable mesh-setup.service
else
if [ -d /home/${MY_USERNAME}/Desktop ]; then
pkill caja
fi
show_desktop_icons