mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Exit with error if any of the setup steps fail
This commit is contained in:
parent
8bf797d17c
commit
b69720e0d4
@ -15,6 +15,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- dynamicdns, transmission, upgrades: Allowed Plinth to run as non-root.
|
- dynamicdns, transmission, upgrades: Allowed Plinth to run as non-root.
|
||||||
|
- xmpp: Switched to using ruamel.yaml to modify ejabberd config.
|
||||||
|
- Exit with error if any of the setup steps fail.
|
||||||
|
|
||||||
## [0.10.0] - 2016-08-12
|
## [0.10.0] - 2016-08-12
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -16,6 +16,9 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Exit with an error code on any failure
|
||||||
|
set -e
|
||||||
|
|
||||||
# Enable tracing to see the commands in
|
# Enable tracing to see the commands in
|
||||||
# /var/log/freedombox-first-run.log
|
# /var/log/freedombox-first-run.log
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
@ -16,6 +16,8 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Enable Apache modules required for Plinth.
|
# Enable Apache modules required for Plinth.
|
||||||
|
|
||||||
echo "Configuring Apache for Plinth..."
|
echo "Configuring Apache for Plinth..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user