cant compare floats
This commit is contained in:
parent
edf7ab4236
commit
7cb2bdb6a1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ brew upgrade --cask --greedy
|
|||
|
||||
sudo softwareupdate -ia --verbose
|
||||
|
||||
if test "$(defaults read com.apple.dock autohide-time-modifier)" -ne 0.16
|
||||
if test "$(defaults read com.apple.dock autohide-time-modifier)" == 0.16
|
||||
then
|
||||
defaults write com.apple.dock autohide-time-modifier -float 0.16
|
||||
RESTART_DOCK=TRUE
|
||||
|
|
Loading…
Reference in a new issue