diff --git a/src/yunohost/app.py b/src/yunohost/app.py index f953c982c..39da58180 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -2193,6 +2193,7 @@ def _patch_php5(app_folder): files_to_patch = [] files_to_patch.extend(glob.glob("%s/conf/*" % app_folder)) files_to_patch.extend(glob.glob("%s/scripts/*" % app_folder)) + files_to_patch.extend(glob.glob("%s/scripts/.*" % app_folder)) files_to_patch.append("%s/manifest.json" % app_folder) for filename in files_to_patch: