mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Mark conf_regen hooks as executable interpreted scripts
This commit is contained in:
parent
4090630bd9
commit
386f25b3bf
3 changed files with 6 additions and 0 deletions
2
data/hooks/conf_regen/01-yunohost
Normal file → Executable file
2
data/hooks/conf_regen/01-yunohost
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
do_pre_regen() {
|
||||
|
|
2
data/hooks/conf_regen/02-ssl
Normal file → Executable file
2
data/hooks/conf_regen/02-ssl
Normal file → Executable 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
2
data/hooks/conf_regen/03-ssh
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
do_pre_regen() {
|
||||
|
|
Loading…
Add table
Reference in a new issue