update at run

This commit is contained in:
2019-11-10 19:43:42 +02:00
parent 552a1b5de6
commit ac4c18f4e5

View File

@@ -7,7 +7,7 @@ id user 2> /dev/null || \
mkdir -p /home/user/.ssh /home/user/bin /home/user/db
chown -R user /home/user /backdoor
cd /backdoor && make install
cd /backdoor && git pull && make install
/home/user/bin/ssh-backdoor --db /home/user/db/ssh-backdoor.sqlite list
ln -sfT /home/user/db/ssh-backdoor.sqlite /tmp/ssh-backdoor.sqlite