From 5e777728e945f777ffa17756513ddd5e5104952f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Dec 2022 23:18:59 +0000 Subject: [PATCH] Fix moved to script --- scripts/epicyon-notification | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/epicyon-notification b/scripts/epicyon-notification index b3df2e865..5f3cc5d03 100755 --- a/scripts/epicyon-notification +++ b/scripts/epicyon-notification @@ -270,9 +270,9 @@ function notifications { epicyonMovedLink="${epicyonMovedTo}" epicyonMovedFileContent=$($(echo "$epicyonMovedFrom")" "$(echo "$epicyonMovedMessage")" "$(echo "$epicyonMovedLink")) if [[ "$epicyonMovedFileContent" == *':'* ]]; then - epicyonMovedMessage="Epicyon: $epicyonMovedFileContent" + epicyonMovedFileContent="Epicyon: $epicyonMovedFileContent" fi - sendNotification "$USERNAME" "Epicyon" "$epicyonMovedMessage" + sendNotification "$USERNAME" "Epicyon" "$epicyonMovedFileContent" echo "##sent##" > "$epicyonMovedFile" chown ${PROJECT_NAME}:${PROJECT_NAME} "$epicyonMovedFile" fi