From 5d34fbdcad1cbed0e368e2ec4760d9c2f581327b Mon Sep 17 00:00:00 2001 From: allinoneallinone00 Date: Mon, 29 Apr 2024 23:17:18 +0000 Subject: [PATCH] Fix: Trailing and Standardised Multi-line strings --- cloud.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud.sh b/cloud.sh index 71e5f16..0f32f6b 100644 --- a/cloud.sh +++ b/cloud.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo """ +cat <<'EOF' _ ____ ____ _ / \__/|/ _ \/ _ \/ \ /| | |\/||| / \|| / \|| |\ || @@ -12,6 +12,6 @@ This file is part of < https://github.com/The-MoonTg-project/Moon-Userbot > proj and is released under the "GNU v3.0 License Agreement". Please see < https://github.com/The-MoonTg-project/Moon-Userbot/blob/main/LICENSE > All rights reserved. -""" +EOF -gunicorn app:app --daemon && python main.py \ No newline at end of file +gunicorn app:app --daemon && python main.py