From 13e617dba6ceaa3b74fa2b926366174e9a156e9d Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:49:34 +0100 Subject: [PATCH] Update MDM-Script-Pull.md --- MDM-Script-Pull.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MDM-Script-Pull.md b/MDM-Script-Pull.md index 3ddd1e9..d75b0ce 100644 --- a/MDM-Script-Pull.md +++ b/MDM-Script-Pull.md @@ -20,5 +20,5 @@ curl -o /tmp/$SCRIPTNAME https://raw.githubusercontent.com/PurpleComputing/$REPO sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END' chmod +x /tmp/$SCRIPTNAME # RUN AS CURRENT USER -/tmp/$SCRIPTNAME +/tmp/$SCRIPTNAME >> /tmp/$SCRIPTNAME.log ``` \ No newline at end of file