[bash] Put small delay in fixtime
This commit is contained in:
@ -41,4 +41,4 @@ alias hrotp="pass otp work/hungryroot/okta"
|
||||
|
||||
# UTM related nonsense
|
||||
alias toggle_ntp="sudo timedatectl set-ntp $(timedatectl show -p NTP --value | grep -q yes && echo false || echo true)"
|
||||
alias fixtime="toggle_ntp && toggle_ntp"
|
||||
alias fixtime="toggle_ntp && sleep 3 && toggle_ntp"
|
||||
|
||||
Reference in New Issue
Block a user