mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Simplify directory creation in metronome conf_regen hook
This commit is contained in:
parent
c8255fbc0c
commit
93fa6b07da
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ do_pre_regen() {
|
|||
# create directories for pending conf
|
||||
metronome_dir="${pending_dir}/etc/metronome"
|
||||
metronome_conf_dir="${metronome_dir}/conf.d"
|
||||
mkdir -p "$metronome_dir" "$metronome_conf_dir"
|
||||
mkdir -p "$metronome_conf_dir"
|
||||
|
||||
# retrieve variables
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
|
Loading…
Add table
Reference in a new issue