Update power.sh

This commit is contained in:
Kroese 2024-05-04 13:54:22 +02:00 committed by GitHub
parent 362c044b25
commit 22b70588b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,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