Skip to content

Commit

Permalink
kvm-nginx-mkconf: Removed missing files from kvmd-install restoreperm…
Browse files Browse the repository at this point in the history
… loop
  • Loading branch information
mdevaev committed Feb 3, 2024
1 parent 59b3b33 commit 2219067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kvmd.install
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ post_upgrade() {
chown kvmd-ipmi:kvmd-ipmi /etc/kvmd/ipmipasswd || true
chown kvmd-vnc:kvmd-vnc /etc/kvmd/vncpasswd || true
chmod 600 /etc/kvmd/*passwd || true
for target in nginx redirect-to-https ssl listen-http listen-https; do
chmod 644 "/etc/kvmd/nginx/$target.conf" || true
for target in nginx.conf.mako ssl.conf; do
chmod 644 "/etc/kvmd/nginx/$target" || true
done

chown kvmd /var/lib/kvmd/msd 2>/dev/null || true
Expand Down

0 comments on commit 2219067

Please sign in to comment.