We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845e2d5 commit f5ea799Copy full SHA for f5ea799
share/github-backup-utils/ghe-restore-actions
@@ -37,8 +37,8 @@ ghe_remote_version_required "$host"
37
# Transfer all Actions data from the snapshot to the user data directory using rsync.
38
ghe_verbose "* Transferring actions files to $host ..."
39
40
-ghe-ssh -p $port $host -- sudo mkdir -p $GHE_REMOTE_DATA_USER_DIR/actions
41
-ghe-ssh -p $port $host -- sudo chown -R actions:actions $GHE_REMOTE_DATA_USER_DIR/actions
+ghe-ssh -p "$port" "$host" -- sudo mkdir -p "$GHE_REMOTE_DATA_USER_DIR/actions"
+ghe-ssh -p "$port" "$host" -- sudo chown -R actions:actions "$GHE_REMOTE_DATA_USER_DIR/actions"
42
43
ghe-rsync -arvHR --delete \
44
-e "ghe-ssh -p $port" \
0 commit comments