Fix KylinOS start error (#471)

* Fix KylinOS start error

* Small changes

* Small changes
This commit is contained in:
Roman Demidov 2022-08-31 12:13:30 +03:00 committed by GitHub
parent 3626f8cc6c
commit e44acbebf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
#!/bin/bash
umask 0022
function clean_exit {
/usr/bin/documentserver-prepare4shutdown.sh
}
@ -593,6 +595,8 @@ else
update_welcome_page
fi
find /etc/${COMPANY_NAME} -exec chown ds:ds {} \;
#start needed local services
for i in ${LOCAL_SERVICES[@]}; do
service $i start