File tree Expand file tree Collapse file tree 17 files changed +17
-18
lines changed
.github/CONTRIBUTOR_AND_GUIDES/ct Expand file tree Collapse file tree 17 files changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ function update_script() {
247247 msg_error "No ${APP} Installation Found!"
248248 exit
249249 fi
250- msg_error "There is currently no automatic update function for ${APP}."
250+ msg_error "Currently we don ' t provide an update function for this ${APP} ."
251251 exit
252252}
253253` ` `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- msg_error " There is currently no update path available ."
30+ msg_error " Currently we don't provide an update function for this ${APP} ."
3131 exit
3232}
3333
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function update_script() {
2828 msg_error " No ${APP} Installation Found!"
2929 exit
3030 fi
31- msg_error " There is currently no update path available ."
31+ msg_error " Currently we don't provide an update function for this ${APP} ."
3232 exit
3333}
3434
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- msg_error " There is currently no update path available ."
30+ msg_error " Currently we don't provide an update function for this ${APP} ."
3131 exit
3232}
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- msg_error " Ther is currently no automatic update function for ${APP} ."
30+ msg_error " Currently we don't provide an update function for this ${APP} ."
3131 exit
3232}
3333
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function update_script() {
2828 exit
2929 fi
3030 /opt/beszel/beszel update
31- msg_error " Ther is currently no automatic update function for ${APP} ."
31+ msg_error " Currently we don't provide an update function for this ${APP} ."
3232 exit
3333}
3434
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- msg_error " There is currently no update path available ."
30+ msg_error " Currently we don't provide an update function for this ${APP} ."
3131 exit
3232}
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- msg_error " There is currently no update path available ."
30+ msg_error " Currently we don't provide an update function for this ${APP} ."
3131 exit
3232 msg_info " Updating ${APP} "
3333 systemctl stop ${APP}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function update_script() {
3030 fi
3131 RELEASE=$( curl -s https://api.github.com/repos/glpi-project/glpi/releases/latest | grep ' "tag_name"' | sed -E ' s/.*"tag_name": "([^"]+)".*/\1/' )
3232 if [[ ! -f /opt/${APP} _version.txt ]] || [[ " ${RELEASE} " != " $( cat /opt/${APP} _version.txt) " ]]; then
33- msg_error " Ther is currently no automatic update function for ${APP} ."
33+ msg_error " Currently we don't provide an update function for this ${APP} ."
3434 else
3535 msg_ok " No update required. ${APP} is already at v${RELEASE} ."
3636 fi
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function update_script() {
2727 msg_error " No ${APP} Installation Found!"
2828 exit
2929 fi
30- msg_error " There is currently no update path available ."
30+ msg_error " Currently we don't provide an update function for this ${APP} ."
3131 exit
3232}
3333
You can’t perform that action at this time.
0 commit comments