From 765610e6e3a5784449818b9ca5fec73c7368429c Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 28 Jun 2017 18:02:27 +0200 Subject: [PATCH] Using the yes command to answer everything --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 812e12a..62364e1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,5 +5,5 @@ echo Found file: $FILENAME if [ $1 = 'production' ]; then echo Production mode echo $UPLOAD_KEY > upload_key -scp -i upload_key $FILENAME travis@server.figytuna.com:/minecraft/main/plugins +yes | scp -i upload_key $FILENAME travis@server.figytuna.com:/minecraft/main/plugins fi