mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-12 18:25:05 +01:00
Fixing another stupid typo
This commit is contained in:
parent
736e8f2c6c
commit
16d8f25a1f
@ -4,8 +4,10 @@
|
||||
cd $TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad
|
||||
|
||||
for entry in "$TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad"/*; do
|
||||
echo "Uploading ${entry##*/}"
|
||||
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/${entry##*/}" > /dev/null 2>&1
|
||||
if [ "$entry" != "languages" ] then
|
||||
echo "Uploading ${entry##*/}"
|
||||
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/${entry##*/}" > /dev/null 2>&1
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
@ -29,7 +31,7 @@ done
|
||||
|
||||
|
||||
# Language files
|
||||
for f in `curl -u $FTP_USER:$FTP_PASSWORD $FTP_SERVER/sd/wiiu/controller/ --silent --use-ascii --list-only`; do
|
||||
for f in `curl -u $FTP_USER:$FTP_PASSWORD $FTP_SERVER/sd/wiiu/apps/hidtovpad/languages/ --silent --use-ascii --list-only`; do
|
||||
if [ "$f" != "." ] && [ "$f" != ".." ]; then
|
||||
echo "Deleting sd/wiiu/apps/hidtovpad/languages/${f##*/}"
|
||||
curl -v -u $FTP_USER:$FTP_PASSWORD ftp://$FTP_SERVER/ -Q "DELE sd/wiiu/apps/hidtovpad/languages/$f" --silent > /dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user