Skip to content

Commit

Permalink
fix update not update kvmd-main bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVon2021 committed Jun 4, 2023
1 parent e7ed989 commit 6f00061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/kvmd-main/install-kvmd-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if [ -n "${pid}" ]; then
kill -9 "${pid}"
fi

cp /opt/bin/blikvm/src/kvmd-main /usr/bin/blikvm/kvmd-main
cp kvmd-main /usr/bin/blikvm/kvmd-main

mkdir -p "/usr/lib/systemd/system"
cp kvmd-main.service "/usr/lib/systemd/system"

systemctl enable kvmd-main.service
echo "install kvmd main ok"
echo "install kvmd main ok"

0 comments on commit 6f00061

Please sign in to comment.