We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376fd65 commit ca391d7Copy full SHA for ca391d7
ct/wastebin.sh
@@ -55,7 +55,7 @@ function update_script() {
55
msg_ok "Cleaned"
56
msg_ok "Updated Successfully"
57
else
58
- msg_ok "No update required. ${APP} is already at ${RELEASE}"
+ msg_ok "No update required. ${APP} is already at v${RELEASE}"
59
fi
60
exit
61
}
@@ -67,4 +67,4 @@ description
67
msg_ok "Completed Successfully!\n"
68
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
69
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
70
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8088${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8088${CL}"
0 commit comments