Update ADconnection.sh

This commit is contained in:
PierreGoude 2016-12-14 10:41:43 +01:00 committed by GitHub
parent 3a3cefad5e
commit 8899076b2e

View File

@ -48,6 +48,7 @@ if [ $? -ne 0 ]; then
echo "AD join failed. Please run 'journalctl -xn' to determine why." echo "AD join failed. Please run 'journalctl -xn' to determine why."
exit 1 exit 1
fi fi
sleep 1
clear clear
echo "Please enter user to add (user WITHOUT the @server.server)" echo "Please enter user to add (user WITHOUT the @server.server)"
read UseR read UseR