mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
build: fix post script
This commit is contained in:
parent
3a35b62b3b
commit
7b30d55e03
@ -11,10 +11,10 @@
|
||||
configure()
|
||||
{
|
||||
# stop mysqld and redis
|
||||
mysqladmin -u root shutdown
|
||||
kill $( cat /run/redis/redis-server.pid )
|
||||
mysqladmin -u root shutdown || true
|
||||
kill $( cat /run/redis/redis-server.pid ) || true
|
||||
[[ -f /run/crond.pid ]] && kill $( cat /run/crond.pid )
|
||||
pkill -f php-fpm
|
||||
pkill -f php-fpm || true
|
||||
|
||||
# cleanup all NCP extras
|
||||
source /usr/local/etc/library.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user