You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Do you have a license key?"
select yn in "Yes" "No"; do
case $yn in
Yes ) echo "Please insert Multicraft license."; read multicraft_license; echo "${multicraft_license}" >>
/home/root/multicraft/multicraft.key; break;;
No ) exit; echo "Free Multicraft Installed";
esac
done
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: