1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Removal of trainiling / for path

This commit is contained in:
polytan02 2015-04-12 23:20:37 +01:00
parent 14bd0f058e
commit f7ab690c87

View file

@ -7,7 +7,8 @@ domain=$1
path=$2
is_public=$3
# Removal of trailing /
path=${path%/}
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a rainloop