[enh] Mark conf_regen hooks as executable interpreted scripts

This commit is contained in:
Jérôme Lebleu 2016-04-11 21:31:40 +02:00
parent 4090630bd9
commit 386f25b3bf
3 changed files with 6 additions and 0 deletions

2
data/hooks/conf_regen/01-yunohost Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/bin/bash
set -e
do_pre_regen() {

2
data/hooks/conf_regen/02-ssl Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/bin/bash
set -e
ssl_dir="/usr/share/yunohost/yunohost-config/ssl/yunoCA"

2
data/hooks/conf_regen/03-ssh Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/bin/bash
set -e
do_pre_regen() {