Update postinst

This commit is contained in:
Hayden 2021-07-15 12:21:59 -04:00 committed by Subho Halder
parent 76f0e233fb
commit 0c877f8187
No known key found for this signature in database
GPG Key ID: 4E4FDFECF4E3EE35
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
@ -8,4 +8,4 @@ else
launchctl load /Library/LaunchDaemons/com.julioverne.screendumpd.plist
fi
exit 0;
exit 0;