this chmod needs to be recursive

This commit is contained in:
Maarten van Gompel 2021-03-15 21:55:08 +01:00
parent f768d5b551
commit 9120e9fe77

View file

@ -27,4 +27,4 @@ for file in $files; do
[ -e "$file" ] && chmod a+rw "$file"
done
chmod a+rw /sys/class/wakeup/*
chmod -R a+rw /sys/class/wakeup/*