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:
parent
81a1312fd2
commit
3d675ce9a6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue