1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 18:20:48 +00:00

Merge pull request from treffynnon/patch-1

[bootstrap.sh] Fixes one character typo in bootstrap.sh
This commit is contained in:
Daiderd Jordan 2019-11-02 16:50:54 +01:00 committed by GitHub
commit 68f56c0b95
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 &
}