1
0

ref: 打包脚本调整

This commit is contained in:
TsMask
2025-03-20 15:30:31 +08:00
parent f35c535a77
commit 0f1aae7c9a
4 changed files with 132 additions and 6 deletions

View File

@@ -31,8 +31,6 @@ if [ ! -f $RootDir/omc.conf ]; then
exit 1
fi
rm -rf $RootDir/vendor
systemctl daemon-reload
systemctl enable omc.service
systemctl enable sshsvc.service
@@ -52,3 +50,5 @@ else
systemctl start omc.service
systemctl start sshsvc.service
fi
rm -rf $RootDir/vendor