Skip to content

Commit ca391d7

Browse files
authored
little fix
1 parent 376fd65 commit ca391d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/wastebin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function update_script() {
5555
msg_ok "Cleaned"
5656
msg_ok "Updated Successfully"
5757
else
58-
msg_ok "No update required. ${APP} is already at ${RELEASE}"
58+
msg_ok "No update required. ${APP} is already at v${RELEASE}"
5959
fi
6060
exit
6161
}
@@ -67,4 +67,4 @@ description
6767
msg_ok "Completed Successfully!\n"
6868
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
6969
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
70-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8088${CL}"
70+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8088${CL}"

0 commit comments

Comments
 (0)