From d8211105f2249ab760d0b307bb745d1feccbcbc7 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Apr 2026 02:25:23 -0600 Subject: [PATCH] tool high top pi --- README.md | 2 +- dreammaker.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d412d07..174191d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ shut down and lock (or destory) your box if cops are detected nearby! then instasll ```bash -bash install_dreammaker.sh +bash install_DREAMMAKER.sh ``` ## Props diff --git a/dreammaker.sh b/dreammaker.sh index c71d25d..5b7b110 100644 --- a/dreammaker.sh +++ b/dreammaker.sh @@ -9,8 +9,8 @@ tag_file=/usr/share/DREAMMAKER/.discord_tag username='[DЯΣΛMMΛKΣЯ]' send_discord_webhook() { - webhook_url="$(cat \"$webhook_file\")" - tag="$(cat \"$tag_file\")" + webhook_url="$(cat $webhook_file)" + tag="$(cat $tag_file)" # send the webhook post curl -sS -X POST \