mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Removal of trainiling / for path
This commit is contained in:
parent
2ba01fb607
commit
51cc183326
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ admin_email=$6
|
|||
lang=$7
|
||||
curl_inst=$8
|
||||
|
||||
# Removal of trailing /
|
||||
path=${path%/}
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a $app
|
||||
|
|
Loading…
Add table
Reference in a new issue