mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
reload nginx after linking ssowat
This commit is contained in:
parent
2bcd90895d
commit
ae084f6e82
1 changed files with 2 additions and 0 deletions
2
run.sh
2
run.sh
|
@ -45,6 +45,8 @@ link_ssowat_from_git() {
|
||||||
fi)"
|
fi)"
|
||||||
|
|
||||||
create_sym_link "$ssowat_dir" "/usr/share/ssowat"
|
create_sym_link "$ssowat_dir" "/usr/share/ssowat"
|
||||||
|
|
||||||
|
lxc exec "$CONTAINER_ID" -- sh -c "systemctl reload nginx"
|
||||||
}
|
}
|
||||||
|
|
||||||
case ${2} in
|
case ${2} in
|
||||||
|
|
Loading…
Reference in a new issue