Fixed typo
This commit is contained in:
parent
d0ff676e5d
commit
f6412e5702
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ fi
|
|||
|
||||
echo "PreserveJobHistory Off" | sudo tee -a /etc/cups/cupsd.conf
|
||||
|
||||
launchctl unload /System/Library/LaunchDaemons/org.cups.cupsd.plist
|
||||
sudo launchctl unload /System/Library/LaunchDaemons/org.cups.cupsd.plist
|
||||
|
||||
launchctl load /System/Library/LaunchDaemons/org.cups.cupsd.plist
|
||||
sudo launchctl load /System/Library/LaunchDaemons/org.cups.cupsd.plist
|
||||
EOF
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue