From ce0ec4b4a9ef3c5848cef591f0428eb411f23474 Mon Sep 17 00:00:00 2001 From: vortex852456 Date: Fri, 8 Nov 2019 12:24:28 +0100 Subject: [PATCH] Update user-patches.sh.dist Removed exclamation marker for consistency --- config/user-patches.sh.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/user-patches.sh.dist b/config/user-patches.sh.dist index 4b8163d2..0e374662 100644 --- a/config/user-patches.sh.dist +++ b/config/user-patches.sh.dist @@ -3,4 +3,4 @@ # This user script will be executed between configuration and starting daemons # To enable it you must save it in your config directory as "user-patches.sh" ## -echo "Default user-patches.sh successfully executed!" \ No newline at end of file +echo "Default user-patches.sh successfully executed"