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 4d52209 commit 70a6bf7Copy full SHA for 70a6bf7
1 file changed
scripts/migrate.sh
@@ -191,7 +191,8 @@ migrate_content() {
191
mkdir -p "$dest"
192
193
# Copy with progress
194
- rsync --info=progress2 -aHv "$source" "$dest"
+ echo "Copying files..."
195
+ rsync --info=progress2 -aH "$source" "$dest"
196
197
echo ""
198
echo "Setting permissions for Ghost container (UID: $GHOST_UID, GID: $GHOST_GID)..."
0 commit comments