summarylogtreecommitdiffstats
path: root/dolibarr.install
diff options
context:
space:
mode:
authorHLFH2023-05-11 23:40:05 +0100
committerHLFH2023-05-11 23:40:05 +0100
commit096d1ce0077f69627d8ff33e16822d0a6aee5c1c (patch)
tree41f1c475efa5033f473e05d9e4a6c08599dd80ff /dolibarr.install
parente750644895b5c45ed7f86f349c4fbccf88eefaeb (diff)
downloadaur-096d1ce0077f69627d8ff33e16822d0a6aee5c1c.tar.gz
Dolibarr 17 release with AUR patch
Diffstat (limited to 'dolibarr.install')
-rw-r--r--dolibarr.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/dolibarr.install b/dolibarr.install
index b6ad8b1f63b3..69f97a8a04d6 100644
--- a/dolibarr.install
+++ b/dolibarr.install
@@ -1,7 +1,7 @@
post_install() {
chown -R http:http var/lib/dolibarr
- chown http:http etc/webapps/dolibarr/conf.php
- echo 'Please configure your webserver. Example files are provided in /etc/webapps/dolibarr'
+ chown http:http etc/dolibarr/conf.php
+ echo 'Please configure your webserver. Example files are provided in /etc/dolibarr'
echo 'It could be necessary to add /var/lib/dolibarr/ to open_basedir in php.ini'
echo 'Finish installation by pointing your webbrowser to http://dolibarr.localdomain/install'
}
@@ -17,7 +17,7 @@ post_upgrade() {
fi
fi
rm var/lib/dolibarr/install.lock
- cd usr/share/webapps/dolibarr/htdocs/install
+ cd usr/share/dolibarr/htdocs/install
echo 'upgrade.php' $old $new
php upgrade.php $old $new > /dev/null
echo 'upgrade2.php' $old $new