Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junstyle committed Oct 23, 2018
1 parent 27be8ba commit 6dc32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ ! -d "/home/www/default" ]; then
chmod -R 644 /home/www/default
fi
# adminer.php
curl https://github.com/vrana/adminer/releases/download/v4.6.3/adminer-4.6.3.php > /home/www/default/adminer.php
curl -L https://github.com/vrana/adminer/releases/download/v4.6.3/adminer-4.6.3.php > /home/www/default/adminer.php
cp -rvf ./www/default/* /home/www/default/


Expand Down

0 comments on commit 6dc32ae

Please sign in to comment.