Fix KylinOS start error (#471)
* Fix KylinOS start error * Small changes * Small changes
This commit is contained in:
parent
3626f8cc6c
commit
e44acbebf7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user