mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
fix(flatpak): deploy over SSH hosts with RemoteCommand configured
This commit is contained in:
@@ -12,6 +12,8 @@ if [[ ! -d flatpak_repo/objects ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rsync -avz \
|
rsync -avz \
|
||||||
|
-e 'ssh -o RemoteCommand=none -o RequestTTY=no' \
|
||||||
|
--no-group --no-owner \
|
||||||
--exclude='.lock' \
|
--exclude='.lock' \
|
||||||
flatpak_repo/ \
|
flatpak_repo/ \
|
||||||
"${deploy_target}"
|
"${deploy_target}"
|
||||||
|
|||||||
Reference in New Issue
Block a user