From 622f8f3eac2356c720e0bb2a781bf544dead3668 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 2 Oct 2013 19:53:28 +0200 Subject: [PATCH] expand bootstrap.json templates --- createlinks | 1 + 1 file changed, 1 insertion(+) diff --git a/createlinks b/createlinks index 6ff016b..1369632 100644 --- a/createlinks +++ b/createlinks @@ -11,6 +11,7 @@ templates2events("/etc/ajaxplorer/bootstrap_repositories.php", qw(webapps-update templates2events("/var/lib/ajaxplorer/plugins/auth.serial/roles.ser", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/users.ser", qw(webapps-update bootstrap-console-save user-create user-delete)); templates2events("/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser", qw(webapps-update bootstrap-console-save)); +templates2events("/var/lib/ajaxplorer/plugins/boot.conf/bootstrap.json", qw(webapps-update bootstrap-console-save)); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_repositories.php/template-begin");