mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] handle trailing slash for path
This commit is contained in:
parent
f6bfa2587f
commit
4f273b34d6
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ if [[ ! $? -eq 0 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
path=${path%/}
|
||||
|
||||
sudo apt-get install postgresql php5 php5-pgsql php5-gd php-gettext p7zip-full libgd2-xpm-dev
|
||||
|
||||
final_path=/var/www/noalyss
|
||||
|
|
Loading…
Reference in a new issue