mirror of
https://github.com/YunoHost-Apps/cjdns_ynh.git
synced 2024-09-03 18:16:29 +02:00
Update install
This commit is contained in:
parent
e9cada6b20
commit
8603925c33
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
|
|||
# MAKE WORDPRESS AVAILABLE ON CJDNS
|
||||
#=================================================
|
||||
|
||||
#yunohost tools shell -c "from yunohost.permission import permission_url; permission_url('wordpress.main', add_url=['re:^.fc.*'])"
|
||||
if [[ -z $(yunohost app list | grep -q 'id: wordpress') ]]; then
|
||||
yunohost tools shell -c "from yunohost.permission import permission_url; permission_url('wordpress.main', add_url=['re:^.fc.*'])"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue