Update update.sh

This commit is contained in:
VirtuBox 2018-08-24 12:48:09 +02:00 committed by GitHub
parent a4e9b5d7c3
commit 37adf171b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
PHPMYADMIN_VERSION="4.8.2"
PHPMYADMIN_VERSION="4.8.3"
if [ "$(id -u)" != "0" ]; then
echo "Error: You must be root to run this script, please use the root user to install the software."
@ -17,4 +17,4 @@ mv pma/config.inc.php .
cp -rf phpMyAdmin-$PHPMYADMIN_VERSION-all-languages/* pma/
mv config.inc.php pma/
sudo chown -R www-data:www-data pma
sudo chown -R www-data:www-data pma