Update power.sh

This commit is contained in:
Kroese 2024-05-02 22:14:10 +02:00 committed by GitHub
parent e6a72cf68b
commit d3baf11dd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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