diff options
author | Simon Rettberg | 2018-03-28 12:39:19 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-03-28 12:39:19 +0200 |
commit | fce0f4c16ca6609f375cc8683b416c5fd44fe88b (patch) | |
tree | 7ba803534415a659aaa020dd550a9f3fdc1bab48 /install-all | |
parent | api.php: Handle --arg=val aswell, populate _GET *and* _REQUEST (diff) | |
download | slx-admin-fce0f4c16ca6609f375cc8683b416c5fd44fe88b.tar.gz slx-admin-fce0f4c16ca6609f375cc8683b416c5fd44fe88b.tar.xz slx-admin-fce0f4c16ca6609f375cc8683b416c5fd44fe88b.zip |
[sysconfig] Add api call to rebuild all config.tgz
Diffstat (limited to 'install-all')
-rwxr-xr-x | install-all | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-all b/install-all index 50efd708..1bde77f7 100755 --- a/install-all +++ b/install-all @@ -51,5 +51,9 @@ while true; do fi NEXT=$MODULE done + +echo "Rebuilding config.tgz modules" +php api.php sysconfig --action rebuild + echo "Done." |