If dropbearmulti
is copied to ssh
(since FAT32 doesn't support symlinks, like on an SD card) then determining if we are using Dropbear fails
#19
Labels
if [ "$(IsLinked ssh dropbearmulti)" == 'true' ] || [ "$(IsLinked ssh dropbear)" == 'true' ]; then...
doesn't workThe text was updated successfully, but these errors were encountered: