1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

missing final path

This commit is contained in:
Développeur égaré 2015-02-16 23:27:29 +01:00
parent 81a1312fd2
commit 3d675ce9a6

View file

@ -14,6 +14,8 @@ if [[ ! $? -eq 0 ]]; then
fi fi
sudo yunohost app setting friendica admin_user -v $user sudo yunohost app setting friendica admin_user -v $user
final_path=/var/www/friendica
# Check domain/path availability # Check domain/path availability
sudo yunohost app checkurl $domain$path -a friendica sudo yunohost app checkurl $domain$path -a friendica
if [[ ! $? -eq 0 ]]; then if [[ ! $? -eq 0 ]]; then