init.cm: make directory for ssh

Change-Id: I9aa2506bd9bdc6f87d7d5e5153999c9233d126c1
gugelfrei
Chirayu Desai 11 years ago
parent 1c83328b9c
commit ce88540d8c

@ -9,6 +9,7 @@ on post-fs-data
mkdir /cache/dalvik-cache 0771 system system
chown system system /cache/dalvik-cache
chmod 0771 /cache/dalvik-cache
mkdir /data/.ssh 0750 root shell
on boot
# Run sysinit

Loading…
Cancel
Save