Using the yes command to answer everything
This commit is contained in:
parent
1943f7ce0c
commit
765610e6e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue