Fix parameters ordering

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař
2016-12-13 07:52:03 +01:00
parent c37b99474d
commit ba75e43f60
+1 -1
View File
@@ -86,7 +86,7 @@ if [ $TAG -eq 1 ] ; then
fi
if [ $UPLOAD -eq 1 ] ; then
sftp -P 11022 files@klutz.phpmyadmin.net -f -b - <<EOT
sftp -P 11022 -f -b - files@klutz.phpmyadmin.net <<EOT
cd /mnt/storage/files/themes
mkdir $THEME
cd $THEME