Skip to content

Commit

Permalink
Removed the "s" in HTTPS
Browse files Browse the repository at this point in the history
Per the suggestion poised in nmarus/docker-pocketmine:
nmarus#1
  • Loading branch information
semtex41 authored Jul 14, 2017
1 parent 1232925 commit 2f45189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -e /data/install.sh ]; then
rm -f /data/install.sh
fi

wget -q -O /data/install.sh https://get.pocketmine.net/
wget -q -O /data/install.sh http://get.pocketmine.net/
chmod 755 /data/install.sh

# check if configuration file exists
Expand All @@ -22,4 +22,4 @@ chown -R minecraft:minecraft /data
sudo -E -u minecraft ./install.sh -v development

# start pocketmine
exec sudo -E -u minecraft PHP_BINARY=/data/bin/php5/bin/php ./start.sh
exec sudo -E -u minecraft PHP_BINARY=/data/bin/php5/bin/php ./start.sh

0 comments on commit 2f45189

Please sign in to comment.