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