diff options
author | Simon Rettberg | 2018-03-29 12:38:35 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-03-29 12:38:35 +0200 |
commit | 6ba8c427310a64cb9c8d49e901fc016adb541bab (patch) | |
tree | 1d2749696b003e42ccc33e88204e9f49e4a7e29c /install-all | |
parent | [dnbd3] Show main-warning only if page is accessible (diff) | |
download | slx-admin-6ba8c427310a64cb9c8d49e901fc016adb541bab.tar.gz slx-admin-6ba8c427310a64cb9c8d49e901fc016adb541bab.tar.xz slx-admin-6ba8c427310a64cb9c8d49e901fc016adb541bab.zip |
Fix warnings
Diffstat (limited to 'install-all')
-rwxr-xr-x | install-all | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-all b/install-all index 1bde77f7..362d2a4a 100755 --- a/install-all +++ b/install-all @@ -54,6 +54,7 @@ done echo "Rebuilding config.tgz modules" php api.php sysconfig --action rebuild +echo "" echo "Done." |