From 986bcaaa0daf03d7fc614b5880d27269d3aac54a Mon Sep 17 00:00:00 2001 From: Jeron Wong Date: Sat, 21 Dec 2024 01:25:55 -0800 Subject: [PATCH] Refactor calibre-server scripts: Update license link, correct variable tag case, and add newline in success message --- ct/calibre-server.sh | 6 +++--- install/calibre-server-install.sh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ct/calibre-server.sh b/ct/calibre-server.sh index 5a826481..7b66f807 100644 --- a/ct/calibre-server.sh +++ b/ct/calibre-server.sh @@ -2,12 +2,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2024 # Author: thisisjeron -# License: MIT +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://calibre-ebook.com # App Default Values APP="Calibre-Server" -var_tags="ebook" +var_tags="eBook" var_cpu="2" var_ram="1024" var_disk="4" @@ -61,7 +61,7 @@ start build_container description -msg_ok "Completed Successfully!" +msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8180${CL}" \ No newline at end of file diff --git a/install/calibre-server-install.sh b/install/calibre-server-install.sh index 9f067a1d..4df0352d 100644 --- a/install/calibre-server-install.sh +++ b/install/calibre-server-install.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash + # Copyright (c) 2021-2024 # Author: thisisjeron # License: MIT