Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Init script had a logic to read the target location of the symlink using 'readlink'. But the result was not the target of the link. Now fixed it with removing the switch '-f' for 'readlink' This is what seen with cirros 0.5.2 $ readlink -f /etc/dropbear /etc/dropbear $ readlink /etc/dropbear /var/run/dropbear
- Loading branch information