Skip to content

Commit 0d4b4a1

Browse files
authored
Typo in update scripts (#2707)
* Fix typo * Change no update function msg
1 parent 474954a commit 0d4b4a1

File tree

17 files changed

+17
-18
lines changed

17 files changed

+17
-18
lines changed

.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

ct/agentdvr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/apache-cassandra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/apache-couchdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/apache-guacamole.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/beszel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/channels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/fenrus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

ct/glpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/gokapi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/hivemq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/iventoy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/mediamtx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/prowlarr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/radarr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/redis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ct/traccar.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +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."
31-
exit
30+
msg_error "Currently we don't provide an update function for this ${APP}."
3231
exit
3332
}
3433

0 commit comments

Comments
 (0)