From 3800852d35ecae3577543bb77b0162d28390b1e2 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 100644 --- 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;