File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ function update_script() {
2929 fi
3030
3131 if check_for_gh_release " paperless-ai" " clusterzx/paperless-ai" ; then
32- msg_info " Stopping Services "
32+ msg_info " Stopping Service "
3333 systemctl stop paperless-ai paperless-rag
34- msg_ok " Stopped Services "
34+ msg_ok " Stopped Service "
3535
3636 fetch_and_deploy_gh_release " paperless-ai" " clusterzx/paperless-ai"
3737
@@ -44,11 +44,11 @@ function update_script() {
4444 $STD npm ci --only=production
4545 msg_ok " Updated Paperless-AI"
4646
47- msg_info " Starting Services "
47+ msg_info " Starting Service "
4848 systemctl start paperless-rag
4949 sleep 3
5050 systemctl start paperless-ai
51- msg_ok " Started Services "
51+ msg_ok " Started Service "
5252 msg_ok " Updated successfully!"
5353 fi
5454 exit
You can’t perform that action at this time.
0 commit comments