update update.sh

This commit is contained in:
a624669980@163.com 2022-06-30 18:58:43 +08:00
parent 4638015c2e
commit 5a5e99149e
2 changed files with 7 additions and 3 deletions

View File

@ -203,7 +203,7 @@ func CheckSerialDiskMount() {
func Update2_3() { func Update2_3() {
command.OnlyExec("curl -fsSL https://raw.githubusercontent.com/IceWhaleTech/get/main/assist.sh | bash") command.OnlyExec("curl -fsSL https://raw.githubusercontent.com/IceWhaleTech/get/main/assist.sh | bash")
if !file.CheckNotExist("/casaOS") { if !file.CheckNotExist("/casaOS") {
command.OnlyExec("source /casaOS/server/shell/upload.sh ;") command.OnlyExec("source /casaOS/server/shell/update.sh ;")
} }
command.OnlyExec("source /casaOS/server/shell/delete-old-service.sh ;") command.OnlyExec("source /casaOS/server/shell/delete-old-service.sh ;")
} }

View File

@ -3,8 +3,8 @@
# @Author: LinkLeong link@icewhale.com # @Author: LinkLeong link@icewhale.com
# @Date: 2022-06-30 10:08:33 # @Date: 2022-06-30 10:08:33
# @LastEditors: LinkLeong # @LastEditors: LinkLeong
# @LastEditTime: 2022-06-30 18:13:17 # @LastEditTime: 2022-06-30 18:57:26
# @FilePath: /CasaOS/shell/move.sh # @FilePath: /CasaOS/shell/update.sh
# @Description: # @Description:
### ###
@ -88,6 +88,10 @@ Check_Exist() {
Show 2 "Start cleaning up the old version." Show 2 "Start cleaning up the old version."
${sudo_cmd} rm -rf /usr/lib/systemd/system/casaos.service
${sudo_cmd} rm -rf /lib/systemd/system/casaos.service
if [[ -f "/casaOS/server/conf/conf.ini" ]]; then if [[ -f "/casaOS/server/conf/conf.ini" ]]; then
${sudo_cmd} cp -rf /casaOS/server/conf/conf.ini ${CASA_CONF_PATH} ${sudo_cmd} cp -rf /casaOS/server/conf/conf.ini ${CASA_CONF_PATH}
${sudo_cmd} cp -rf /casaOS/server/conf/*.json ${CASA_USER_CONF_PATH} ${sudo_cmd} cp -rf /casaOS/server/conf/*.json ${CASA_USER_CONF_PATH}