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
parent 1d1947cc32
commit 32ac176e89
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..."