Skip to content

Commit

Permalink
Update Install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Apr 15, 2019
1 parent 880b993 commit cb554d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function Install()
echo "Lic generate success! "
sed -i "s/^accif\=.*/accif\=\"$Eth\"/" "${AcceTmp}/etc/config"
sed -i "s/^apxexe\=.*/apxexe\=\"\/appex\/bin\/$AcceBin\"/" "${AcceTmp}/etc/config"
bash "${AcceRoot}/install.sh" -in 1000000 -out 1000000 -t 0 -r -b -i "${Eth}"
bash "${AcceRoot}/install.sh" -in 1000000 -out 1000000 -t 0 -r -b -i ${Eth}
rm -rf /tmp/*lotServer* >/dev/null 2>&1
Welcome;
if [ -f /appex/bin/serverSpeeder.sh ]; then
Expand Down

0 comments on commit cb554d3

Please sign in to comment.