rework screendumpLowFrame - now works

This commit is contained in:
2024-11-07 06:46:11 +05:00
parent 6c6e43abc0
commit 8a7ae31775
16 changed files with 146 additions and 123 deletions

View File

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