this chmod needs to be recursive

master
Maarten van Gompel 3 years ago
parent f768d5b551
commit 9120e9fe77
  1. 2
      scripts/core/sxmo_setpermissions.sh

@ -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…
Cancel
Save