From 0f06953e8038a5700bacf4199f56d91a78752149 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 15 Jul 2021 12:23:00 -0400 Subject: [PATCH] Update postinst --- screendump/layout/DEBIAN/postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screendump/layout/DEBIAN/postinst b/screendump/layout/DEBIAN/postinst index 27a41e9..afc870c 100755 --- a/screendump/layout/DEBIAN/postinst +++ b/screendump/layout/DEBIAN/postinst @@ -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; \ No newline at end of file +exit 0;