summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2020-03-24 18:51:10 +0100
committerhashworks2020-03-24 18:51:10 +0100
commit6a7d7889ad981b2972417b6e70b52b7b9cc2379a (patch)
treebc25b92456d01306ca27d9400d5b194b31a095c1
parent80982409530a309205961a1c569834f185c0a145 (diff)
downloadaur-6a7d7889ad981b2972417b6e70b52b7b9cc2379a.tar.gz
Update filebin install comment since the dependency check filename changed
-rw-r--r--filebin.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/filebin.install b/filebin.install
index 756a352de5f7..5034cf6af9d9 100644
--- a/filebin.install
+++ b/filebin.install
@@ -1,8 +1,8 @@
post_install() {
echo "-------------------------------------------------------------------------------"
- echo "run install.php to make sure all dependecies are installed"
- echo "update 'open_base_dir' in php's config to include '/usr/share/webapps/filebin' and
- '/etc/webapps/filebin'"
+ echo "run check_deps.php to make sure all dependecies are installed"
+ echo "update 'open_basedir' in php's config to include '/tmp',
+ '/usr/share/webapps/filebin' and '/etc/webapps/filebin'"
echo "enable exif, phar and any of mysql, mysqli, pgsql, pdo_mysql or pdo_pgsql for database access"
echo "edit the files in '/etc/webapps/filebin'"
echo "do not edit config.php! use config-local.php to override it when needed"
@@ -16,5 +16,5 @@ post_install() {
}
post_upgrade() {
- php /usr/share/webapps/filebin/index.php tools update_database
+ php /usr/share/webapps/filebin/index.php tools update_database
}