1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Fix archive path in install script

This commit is contained in:
Alexandre Aubin 2015-10-17 18:26:27 +02:00
parent 086d305c7a
commit f573b90ca2

View file

@ -45,7 +45,7 @@ final_path=/var/www/$app
# Get and move sources
tar xjvf sources/galette-$version.tar.bz2
tar xjvf ../sources/galette-$version.tar.bz2
mv galette-$version/galette $final_path
rm -r galette-$version