summarylogtreecommitdiffstats
path: root/kimai2.install
diff options
context:
space:
mode:
Diffstat (limited to 'kimai2.install')
-rw-r--r--kimai2.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/kimai2.install b/kimai2.install
index 2de64e9d8394..3757797698c1 100644
--- a/kimai2.install
+++ b/kimai2.install
@@ -1,9 +1,9 @@
function _kimai2_install() {
echo -e "##### run the following commands to finalize the update ####"
- echo -e 'cd /usr/share/webapps/kimai2'
- echo -e 'sudo -u http bash'
+ echo -e 'cd /usr/share/webapps/kimai2'
+ echo -e 'sudo -u http bash'
echo -e 'export PHP_INI_SCAN_DIR=$(pwd)'
- echo -e 'composer update'
+ echo -e 'bin/console kimai:update'
echo -e 'bin/console cache:clear'
echo -e 'exit'
echo -e "############################################################"