rework a bit

This commit is contained in:
2024-11-07 07:32:03 +05:00
parent ac972bbedc
commit feda8cc7a1
19 changed files with 63 additions and 58 deletions

View File

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