From a35c98b4794e5ad8e87e2ead165c77359fd7bf46 Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Fri, 5 Apr 2024 13:45:08 -0400 Subject: [PATCH] Updated (posix.sh) --- posix.sh | 2 +- posixcron.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/posix.sh b/posix.sh index 1c38b66..2976e8b 100755 --- a/posix.sh +++ b/posix.sh @@ -1,5 +1,5 @@ #!/bin/sh - +date # Find the directory where this script is located. opdir="$(dirname "$(realpath "$0")")" diff --git a/posixcron.txt b/posixcron.txt index 6d389c2..b4677b9 100644 --- a/posixcron.txt +++ b/posixcron.txt @@ -1 +1 @@ -*/30 * * * * COMMAND HERE > /home/william/.BD-js.log +*/30 * * * * /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-js.log