1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 10:09:38 +00:00

Fixes one character typo in bootstrap.sh

This commit is contained in:
Simon Holywell 2019-10-30 14:48:09 +10:00 committed by GitHub
parent da52dc006c
commit 13a46bfad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ exit_message(){
sudo_prompt(){
echo "Please enter your password for sudo authentication"
sudo -k
sudo echo "sudo authenticaion successful!"
sudo echo "sudo authentication successful!"
while true ; do sudo -n true ; sleep 60 ; kill -0 "$$" || exit ; done 2>/dev/null &
}