mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Update install
This commit is contained in:
parent
b44d49b0fb
commit
619ccee56f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if [[ ! $? -eq 0 ]]; then
|
|||
fi
|
||||
|
||||
# Vérifie l'absence du / en fin de path
|
||||
echo "$path" | sed 's@/$@@'
|
||||
path=$(echo "$path" | sed 's@/$@@')
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a $app
|
||||
|
|
Loading…
Reference in a new issue