1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-30 21:07:23 +02:00

obviously put our stuff in /usr/local and not /usr

This commit is contained in:
Joshua Tauberer
2014-06-21 12:35:00 -04:00
parent d3cacd4a11
commit 326cc2a451
4 changed files with 6 additions and 6 deletions

View File

@@ -32,8 +32,8 @@ ln -s $(pwd)/conf/phpfcgi-initscript /etc/init.d/php-fastcgi
update-rc.d php-fastcgi defaults
# Put our webfinger server script into a well-known location.
cp tools/webfinger.php /usr/bin/mailinabox-webfinger.php
chown www-data.www-data /usr/bin/mailinabox-webfinger.php
cp tools/webfinger.php /usr/local/bin/mailinabox-webfinger.php
chown www-data.www-data /usr/local/bin/mailinabox-webfinger.php
# Start services.
service nginx restart