Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Aug 13, 2023
1 parent b7a9ac8 commit acf5351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra_scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ EOF
# service libvirtd start
# service virtlogd start
systemctl enable libvirtd virtlogd --now
VAGRANT_DEFAULT_PROVIDER=libvirt vagrant up --debug
VAGRANT_DEFAULT_PROVIDER=libvirt vagrant up
# --debug
iptables-save > $HOME/firewall.txt
iptables -X
iptables -t nat -F
Expand Down

0 comments on commit acf5351

Please sign in to comment.