Forgot to shift arguments in allianceInstaller.sh.
This commit is contained in:
parent
f3bab0a666
commit
f41f01daee
|
@ -31,6 +31,7 @@
|
|||
onGithub="true"
|
||||
root=`getString $1`;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
if [ "${onGithub}" = "true" ]; then
|
||||
|
|
Loading…
Reference in New Issue