diff --git a/stack/resilient/buildout.cfg b/stack/resilient/buildout.cfg index befd952d311d2a1216fe36f3014de951fa8ae5f6..a635bb92b1a4cea241d5c38c5d8637e676c8fd71 100644 --- a/stack/resilient/buildout.cfg +++ b/stack/resilient/buildout.cfg @@ -93,6 +93,7 @@ output = ${buildout:directory}/instance-frozen.cfg [resilient-web-takeover-cgi-script-download] recipe = slapos.recipe.build:download url = ${:_profile_base_location_}/resilient-web-takeover-cgi-script.py.in +filename = resilient-web-takeover-cgi-script.py.in mode = 0644 # Provide an empty wrapper @@ -105,6 +106,7 @@ mode = 0644 [notifier-feed-promise-template] recipe = slapos.recipe.build:download url = ${:_profile_base_location_}/templates/notifier-feed-promise.py.in +filename = notifier-feed-promise.py.in mode = 0644 ##################