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 f65cf8c commit cd05313Copy full SHA for cd05313
ct/openwebui.sh
@@ -29,7 +29,7 @@ function update_script() {
29
fi
30
msg_info "Updating ${APP} (Patience)"
31
cd /opt/open-webui
32
- mkdir /opt/open-webui-backup
+ mkdir -p /opt/open-webui-backup
33
cp -rf /opt/open-webui/backend/data /opt/open-webui-backup
34
git add -A
35
$STD git stash
@@ -61,4 +61,4 @@ description
61
msg_ok "Completed Successfully!\n"
62
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
63
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
64
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"
0 commit comments