fix: 升级配置目录放置
This commit is contained in:
@@ -40,6 +40,13 @@ if [ ! -f $RootDir/machine.ini ]; then
|
||||
systemctl restart sshsvc.service
|
||||
else
|
||||
# Operation when upgrading
|
||||
if [ ! -f $RootDir/omc.conf ]; then
|
||||
chmod +rx /usr/local/bin/omc
|
||||
cp $RootDir/default/omc.conf $RootDir/omc.conf
|
||||
cp $RootDir/default/omc.yaml $RootDir/omc.yaml
|
||||
cp $RootDir/default/sshsvc.yaml $RootDir/sshsvc.yaml
|
||||
cp $RootDir/web/default/config.js $RootDir/web/config.js
|
||||
fi
|
||||
|
||||
bash $RootDir/script/setup.sh -u
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user