mirror of
https://github.com/unraid/api.git
synced 2026-05-04 22:23:16 -05:00
fix: plugin install should suppress output from unraid-api stop (#757)
This commit is contained in:
@@ -301,7 +301,7 @@ if [ -e /etc/rc.d/rc.unraid-api ]; then
|
||||
# stop flash backup
|
||||
/etc/rc.d/rc.flash_backup stop &>/dev/null
|
||||
# stop the api gracefully
|
||||
/etc/rc.d/rc.unraid-api stop
|
||||
/etc/rc.d/rc.unraid-api stop &>/dev/null
|
||||
# forcibly stop older clients
|
||||
kill -9 `pidof unraid-api` &>/dev/null
|
||||
# uninstall the api
|
||||
|
||||
Reference in New Issue
Block a user