Skip to content

Commit

Permalink
Update install-kvmd-msd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
InnerCalmer committed Jun 4, 2023
1 parent 5eda155 commit db53a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/kvmd-msd/install-kvmd-msd.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash


if [ ! -d "opt/bin/msd/user" ]
if [ ! -d "/opt/bin/msd/user" ]
then
mkdir -p /opt/bin/msd/user/
fi

if [ ! -d "opt/bin/msd/ventoy" ]
if [ ! -d "/mnt/msd/ventoy" ]
then
mkdir -p /opt/bin/msd/ventoy/
mkdir -p /mnt/msd/ventoy/
fi

if [ ! -d "/usr/bin/blikvm" ]
Expand Down

0 comments on commit db53a71

Please sign in to comment.