Update install-everything-on-ubuntu-16.04.sh

due warning
pull/17/head
Alec Muffett 2017-03-04 13:39:15 +00:00 zatwierdzone przez GitHub
rodzic e3c4fdda46
commit df2a1bc6f9
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -28,4 +28,11 @@ sudo pip install onionbalance || exit 1
sudo find /usr/local/bin /usr/local/lib -perm -0400 -print0 | sudo xargs -0 chmod a+r || exit 1
sudo find /usr/local/bin /usr/local/lib -perm -0100 -print0 | sudo xargs -0 chmod a+x || exit 1
echo ""
echo IMPORTANT: some versions of Ubuntu packages are unfortunately old.
echo Because of this, when starting projects you may see messages like:
echo ">" could not open error log file: open /var/log/nginx/error.log failed
echo ...and these specific messages may be safely ignored.
echo done.
exit 0