mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +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"
|
pid="/var/run/tpm.pid"
|
||||||
[ -s "$pid" ] && pKill "$(<"$pid")"
|
[ -s "$pid" ] && pKill "$(<"$pid")"
|
||||||
|
|
||||||
fKill "wsdd"
|
pid="/var/run/wsdd.pid"
|
||||||
|
[ -s "$pid" ] && pKill "$(<"$pid")"
|
||||||
|
|
||||||
fKill "smbd"
|
fKill "smbd"
|
||||||
|
|
||||||
closeNetwork
|
closeNetwork
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue