1
0
This commit is contained in:
2023-09-20 18:34:34 +08:00
parent 3405ba34ba
commit c476456d11
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ chmod +rx libwsutil.so.13.1.0
if [ ! -e libwsutil.so.13 ]; then ln -s libwsutil.so.13.1.0 libwsutil.so.13; fi
if [ ! -e libwsutil.so ]; then ln -s libwsutil.so.13.1.0 libwsutil.so; fi
cd ${UsrLocalBinDir}
if [ ! -e ${OmcDaemon} ]; then ln -s ${OmcDaemon} ${OmcBinDir}/omcsvc.sh; fi
if [ ! -e ${OmcDaemon} ]; then ln -s ${OmcBinDir}/omcsvc.sh ${OmcDaemon}; fi
systemctl enable restagent.service
systemctl enable crontask.service
systemctl enable sshsvc.service

View File

@@ -92,7 +92,7 @@ if [ ! -e libwiretap.so ]; then ln -s libwiretap.so.12.0.12 libwiretap.so; fi
if [ ! -e libwsutil.so.13 ]; then ln -s libwsutil.so.13.1.0 libwsutil.so.13; fi
if [ ! -e libwsutil.so ]; then ln -s libwsutil.so.13.1.0 libwsutil.so; fi
cd ${UsrLocalBinDir}
if [ ! -e ${OmcDaemon} ]; then ln -s ${OmcDaemon} ${OmcBinDir}/omcsvc.sh; fi
if [ ! -e ${OmcDaemon} ]; then ln -s ${OmcBinDir}/omcsvc.sh ${OmcDaemon}; fi
systemctl daemon-reload
systemctl enable restagent.service
systemctl enable crontask.service