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:
parent
086d305c7a
commit
f573b90ca2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue