#!/bin/bash
if [ ! -f /mnt/remoute/home/checker.txt ];
then
sshfs root@ip:/ /mnt/remoute/
fi
Выдает ошибку
line 5: sshfs: command not found
#!/bin/bash
if [ ! -f /mnt/remoute/home/checker.txt ];
then
sshfs root@ip:/ /mnt/remoute/
fi
Выдает ошибку
line 5: sshfs: command not found