1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00

[fix] Allow root domain installation

This commit is contained in:
Le Kload 2015-05-23 15:04:48 +02:00
parent f1a2648651
commit 24f30eca9d

View file

@ -5,7 +5,9 @@ path=$(sudo yunohost app setting zerobin path)
is_public=$(sudo yunohost app setting zerobin is_public) is_public=$(sudo yunohost app setting zerobin is_public)
# Remove trailing "/" for next commands # Remove trailing "/" for next commands
if [[ ! "$path" == "/" ]]; then
path=${path%/} path=${path%/}
fi
# Copy files to the right place # Copy files to the right place
final_path=/var/www/zerobin final_path=/var/www/zerobin