Skip to content

Commit

Permalink
create pst directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Apr 11, 2022
1 parent 4fd1e98 commit 725c5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ package_kvmd() {
install -Dm644 -t "$pkgdir/etc/kvmd" "$_cfg_default/kvmd"/web.css
mkdir -p "$pkgdir/etc/kvmd/override.d"

mkdir -p "$pkgdir/var/lib/kvmd/msd"
mkdir -p "$pkgdir/var/lib/kvmd/"{msd,pst}

# Avoid dhcp problems
install -DTm755 configs/os/netctl-dhcp "$pkgdir/etc/netctl/hooks/pikvm-dhcp"
Expand Down
1 change: 1 addition & 0 deletions kvmd.install
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ post_upgrade() {
done

chown kvmd /var/lib/kvmd/msd || true
chown kvmd-pst /var/lib/kvmd/pst || true

if [ ! -e /etc/kvmd/nginx/ssl/server.crt ]; then
echo "==> Generating KVMD-Nginx certificate ..."
Expand Down

0 comments on commit 725c5d8

Please sign in to comment.