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:
parent
14bd0f058e
commit
f7ab690c87
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue