diff --git a/sample_profile_d.sh b/sample_profile_d.sh index 1d96f76..17ad7bd 100644 --- a/sample_profile_d.sh +++ b/sample_profile_d.sh @@ -13,5 +13,6 @@ if [ $(id -u) -ne 0 ]; then printf "\nNOTICE: the software on this Raspberry Pi has not been fully configured. Please run 'sudo raspi-config'\n\n" else - which raspi-config && exec raspi-config + raspi-config + exec login -f pi fi