File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ function update_script() {
3232
3333 msg_info " Updating ${APP} to v${VERSION} "
3434 cd /opt
35- mv /opt/teddycloud /opt_teddycloud_bak
35+ mv /opt/teddycloud /opt/teddycloud_bak
3636 wget -q " https://github.com/toniebox-reverse-engineering/teddycloud/releases/download/${RELEASE} /teddycloud.amd64.release_v${VERSION} .zip"
3737 unzip -q -d /opt/teddycloud teddycloud.amd64.release_v${VERSION} .zip
38- cp -R /opt_teddycloud_bak/ certs /opt_teddycloud_bak/ config /opt_teddycloud_bak /data /opt/teddycloud
38+ cp -R /opt/teddycloud_bak/ certs /opt/teddycloud_bak/ config /opt/teddycloud_bak /data /opt/teddycloud
3939 echo " ${VERSION} " > " /opt/${APP} _version.txt"
4040 msg_ok " Updated ${APP} to v${VERSION} "
4141
You can’t perform that action at this time.
0 commit comments