Skip to content

Commit

Permalink
fix an ubuntu/bash-specific edge-case
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Oct 13, 2022
1 parent f74b4f6 commit ed5f20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion einstein-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sleep 2
echo "Please enter your DCU username when prompted..."
sleep 1
echo
read -p "Enter your DCU username:" dcu_username
read -ep "Enter your DCU username:" dcu_username

sleep 2
echo "Your DCU username:" $dcu_username
Expand Down

0 comments on commit ed5f20e

Please sign in to comment.