Merge pull request #3 from Diatrus/patch-1

Change scripts to use /bin/sh
This commit is contained in:
julioverne 2021-11-21 19:30:04 -03:00 committed by GitHub
commit 229fb56802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/sh
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load /Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@ -1,5 +1,5 @@
#!/bin/bash
#!/bin/sh
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
exit 0;

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist