promote develop to master #6

Merged
unkinben merged 449 commits from develop into master 2024-06-01 14:48:48 +10:00
Showing only changes of commit 8332d4f374 - Show all commits

View File

@ -89,6 +89,6 @@ for conf in /etc/reposync/conf.d/*.conf; do
create_repo_metadata "${snap_path}" create_repo_metadata "${snap_path}"
# Update selinux # Update selinux
restorecon <%= @basepath %> restorecon -R ${snap_path}
done done