1
0
This commit is contained in:
2023-09-13 18:14:51 +08:00
parent f914b2f81c
commit fe64ce505a
2 changed files with 1 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ systemctl enable crontask.service
systemctl enable sshsvc.service
systemctl enable captrace.service
systemctl enable adb.service
chmod +rx /usr/local/db/bin/*
systemctl daemon-reload
if ! id -u omc >/dev/null 2>&1 ; then
useradd -d /opt/omc -m -s /bin/bash -pomc123 omc;

View File