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

Update install

This commit is contained in:
frju365 2017-01-28 23:11:24 +01:00 committed by GitHub
parent 268d58decc
commit 65d18fed1d

View file

@ -16,6 +16,9 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Install dependency to convert tracks to a readable format for the browser
sudo apt-get -y -qq install php5-sqlite
# Remove trailing "/" for next commands
if [[ ! "$path" == "/" ]]; then
path=${path%/}