diff --git a/src/IDF/Plugin/SyncMonotone.php b/src/IDF/Plugin/SyncMonotone.php index c11fc1c..d6790e3 100644 --- a/src/IDF/Plugin/SyncMonotone.php +++ b/src/IDF/Plugin/SyncMonotone.php @@ -142,13 +142,12 @@ class IDF_Plugin_SyncMonotone 'monotonerc.in', 'remote-automate-permissions.in', 'hooks.d/', - // this is linked and not copied to be able to update - // the list of read-only commands on upgrades - 'hooks.d/indefero_authorize_remote_automate.conf', 'hooks.d/indefero_authorize_remote_automate.lua', 'hooks.d/indefero_post_push.conf.in', 'hooks.d/indefero_post_push.lua', ); + // enable remote command execution of read-only commands + // only for public projects if (!$project->private) { // this is linked and not copied to be able to update // the list of read-only commands on upgrades