this chmod needs to be recursive
This commit is contained in:
parent
f768d5b551
commit
9120e9fe77
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue