Skip to content

Commit

Permalink
kiss-vm: improve sub-command homedir again
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Dec 2, 2021
1 parent 95c10c4 commit 8004999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiss-vm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ vmhomedir() {
pwd
ls -lA
popd >/dev/null
test -f $_vmdir/.kiss-vm || echo "{VM:NOTE} seems this VM is not created by kiss-vm($(command -v vm))" >&2
}

_vmdelete() {
Expand Down

0 comments on commit 8004999

Please sign in to comment.