diff --git a/gen_random.sh b/gen_random.sh index 10b2b14..b391ada 100755 --- a/gen_random.sh +++ b/gen_random.sh @@ -9,11 +9,11 @@ csgo2() { lxc launch --project $random -p default ubuntu:22.04 $random-csgo2 --n # Minecraft server minecraft() { echo "Minecraft function" - #lxc project create $random -c features.images=false > /dev/null - #lxc project switch $random > /dev/null - #lxc --project $random network create vn-$random > /dev/null - #cat /root/default.profile | lxc --project $random profile edit default > /dev/null - #lxc launch --project $random -p default minecraft-server $random-minecraft --network vn-$random + lxc project create $random -c features.images=false > /dev/null + lxc project switch $random > /dev/null + lxc --project $random network create vn-$random > /dev/null + cat /root/default.profile | lxc --project $random profile edit default > /dev/null + lxc launch --project $random -p default minecraft-server $random-minecraft --network vn-$random } # Apex server