Fixed typo

This commit is contained in:
Sun Knudsen 2022-10-30 08:29:15 -04:00
parent d0ff676e5d
commit f6412e5702
No known key found for this signature in database
GPG Key ID: 02C43AD072D57783

View File

@ -45,9 +45,9 @@ fi
echo "PreserveJobHistory Off" | sudo tee -a /etc/cups/cupsd.conf 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 EOF
``` ```