Skip to content

Commit

Permalink
Runs import as maintenance user
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmaka committed Sep 18, 2024
1 parent c6e0566 commit 70f1f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sources/scripts/run-maintenance-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ run_import () {
echo "WARNING! The directory contains XML files, did you forget to migrate the dump to PagePort?"
return
fi
php extensions/PagePort/maintenance/importPages.php --source "$MW_IMPORT_VOLUME"
php extensions/PagePort/maintenance/importPages.php --source "$MW_IMPORT_VOLUME" --user 'Maintenance script'
echo "Imported completed!"
fi
}
Expand Down

0 comments on commit 70f1f49

Please sign in to comment.