contrib/upload: fix file permissions on the sftp server, and chmod +x
This commit is contained in:
1
contrib/upload
Normal file → Executable file
1
contrib/upload
Normal file → Executable file
@@ -31,6 +31,7 @@ fi
|
||||
sftp -oBatchMode=no -b - "$SSHUSER@uploadserver" << !
|
||||
cd electrum-downloads-airlock
|
||||
-mkdir "$version"
|
||||
-chmod 777 "$version"
|
||||
cd "$version"
|
||||
mput *
|
||||
bye
|
||||
|
||||
Reference in New Issue
Block a user