cleanup, move to correct folders

This commit is contained in:
t3chn0m4g3 2022-01-04 18:35:44 +00:00
parent 788a4c4f98
commit 467dfae320
3 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@ echo "############################################"
echo "# Checking for T-Pot Hive availability ... #" echo "# Checking for T-Pot Hive availability ... #"
echo "############################################" echo "############################################"
echo echo
sshpass -e ssh -4 -t -l "$MY_TPOT_USERNAME" -p 64295 -f -N -L64305:127.0.0.1:64305 "$MY_HIVE_IP" sshpass -e ssh -4 -t -l "$MY_TPOT_USERNAME" -p 64295 -f -N -L64305:127.0.0.1:64305 "$MY_HIVE_IP" -o "StrictHostKeyChecking=no"
if [ $? -eq 0 ]; if [ $? -eq 0 ];
then then
echo echo