From 7fc8a4560a54dfd9a3da6c6343824dfb4cf5431d Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Mon, 24 Jul 2023 15:34:42 +0300 Subject: [PATCH] Update '0.virtualbox.md' --- 0.virtualbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.virtualbox.md b/0.virtualbox.md index 2380029..b851abf 100644 --- a/0.virtualbox.md +++ b/0.virtualbox.md @@ -59,7 +59,7 @@ qemu-img convert -f raw .img -O qcow2 .qcow2 ```sh alias vm='VBoxManage list vms && echo -e '\n' && VBoxManage list runningvms' alias vmstart='VBoxManage startvm "Rocky Linux" --type=headless' -alias vmstop='VBoxManage controlvm SlackDB poweroff soft' +alias vmstop='VBoxManage controlvm "Rocky Linux" poweroff soft' ``` `source ~/.bashrc` \ No newline at end of file