mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11337] Abort setup-webserver.sh script when an error occurs.
PHPBB3-11337
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user