Skip to content
Snippets Groups Projects
freedombone-utils-webadmin 39.1 KiB
Newer Older
    # make the list of apps
    web_admin_create_installed_apps

Bob Mottram's avatar
Bob Mottram committed
    web_admin_setup_login

Bob Mottram's avatar
Bob Mottram committed
    chown -R www-data:www-data "/var/www/${local_hostname}/htdocs"
    chmod g+w "/var/www/${local_hostname}/htdocs"
    chmod a+w "$webadmin_install_dir"

    web_admin_avahi

    web_admin_configure_installer_daemon
Bob Mottram's avatar
Bob Mottram committed

    regenerate_webadmin_blocklist

    regenerate_webadmin_dynamic_dns
Bob Mottram's avatar
Bob Mottram committed

    webadmin_update_system_monitor
Bob Mottram's avatar
Bob Mottram committed

    webadmin_change_language

    webadmin_update_version
Bob Mottram's avatar
Bob Mottram committed
}

# NOTE: deliberately no exit 0