mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11337] Abort setup-webserver.sh script when an error occurs.
PHPBB3-11337
This commit is contained in:
parent
9860cf6b16
commit
4b9c163969
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
# @copyright (c) 2013 phpBB Group
|
# @copyright (c) 2013 phpBB Group
|
||||||
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
#
|
#
|
||||||
|
set -e
|
||||||
|
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -qq nginx realpath
|
sudo apt-get install -qq nginx realpath
|
||||||
|
|
Loading…
Add table
Reference in a new issue