display login information at the end

This commit is contained in:
Gwenhael Le Moine 2016-07-13 07:30:11 +02:00
parent 8fb7ddb92a
commit a9ae7c4cb4

View file

@ -11,7 +11,7 @@ SD_MOUNT_POINT=$2
[ "x$1" == "x" ] && display_usage && exit
[ "x$2" == "x" ] && display_usage && exit
[ ! "x$UID" == "x0"] && echo "run as root" && exit
[[ "x$UID" != "x0" ]] && echo "run as root" && exit
if $(df | grep /$ | grep -q "^$SD_DEV"); then
echo "Target and current system device are the same. Can't do that!"
@ -69,4 +69,6 @@ EOF
umount $SD_MOUNT_POINT/bootenv
umount $SD_MOUNT_POINT
curl -s ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/roots/slack-${SLACKWARE_VERSION}-miniroot_details.txt | grep -C1 "User"
sync