Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multicraft License Key #22

Open
JustOneMoreBlock opened this issue Apr 8, 2017 · 0 comments
Open

Multicraft License Key #22

JustOneMoreBlock opened this issue Apr 8, 2017 · 0 comments

Comments

@JustOneMoreBlock
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant