Changeset 890
- Timestamp:
- Dec 30, 2016, 12:54:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rootfs/files/all/usr/sbin/PostInstall
r881 r890 36 36 # programs like ping and dnsmasq (as nobody) fail to run will various 37 37 # file system access errors. 38 echo "I: Setting +rx on / and /lib" 39 chmod +rx / 40 chmod +rx /lib 38 echo "I: Setting +rx on all directories in /" 39 find / -maxdepth 1 -mindepth 1 -type d -exec chmod +rx {} \; 41 40 42 41 echo -n "I: syncing disks...."
Note: See TracChangeset
for help on using the changeset viewer.