1
0
Fork 0
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:
Laurent Peuch 2015-09-27 01:21:26 +02:00
parent f6bfa2587f
commit 4f273b34d6

View file

@ -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