mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-21 14:19:14 +01:00
Small correction to the ftpupload script
This commit is contained in:
parent
7ac389a738
commit
736e8f2c6c
@ -24,7 +24,7 @@ cd $TRAVIS_BUILD_DIR/wiiu/controller
|
||||
for entry in "$TRAVIS_BUILD_DIR/wiiu/controller"/*
|
||||
do
|
||||
echo "Uploading ${entry##*/}"
|
||||
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/sd/wiiu/apps/hidtovpad/languages/${entry##*/}" > /dev/null 2>&1
|
||||
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/sd/wiiu/controller/${entry##*/}" > /dev/null 2>&1
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user