1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

relocation of version into correct folder

cleaning
This commit is contained in:
polytan02 2015-07-07 22:02:26 +01:00 committed by Julien Malik
parent 8d3c0d3843
commit 3e9a202c9b
3 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ if [[ ! $? -eq 0 ]]; then
fi
# Copy files to the right place
version=$(cat upstream_version)
version=$(cat ../conf/upstream_version)
final_path=/var/www/phpmyadmin
sudo rm -rf $final_path
sudo mkdir -p $final_path

View file

@ -17,7 +17,7 @@ fi
# Copy files to the right place
final_path=/var/www/phpmyadmin
version=$(cat upstream_version)
version=$(cat ../conf/upstream_version)
sudo rm -rf $final_path
sudo mkdir -p $final_path
echo "Downloading phpMyAdmin $version..."