mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update power.sh
This commit is contained in:
parent
e6a72cf68b
commit
d3baf11dd4
1 changed files with 3 additions and 1 deletions
|
|
@ -93,7 +93,9 @@ finish() {
|
|||
pid="/var/run/tpm.pid"
|
||||
[ -s "$pid" ] && pKill "$(<"$pid")"
|
||||
|
||||
fKill "wsdd"
|
||||
pid="/var/run/wsdd.pid"
|
||||
[ -s "$pid" ] && pKill "$(<"$pid")"
|
||||
|
||||
fKill "smbd"
|
||||
|
||||
closeNetwork
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue