From 07f2b34faba9785646647c27a8445912df57fdc6 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 6 Jun 2022 09:38:02 -0700 Subject: fix miscellaneous bugs (#41) * add recursive linking * temp change * fix xdebug * fix rbenv xdebug * fix hugo * remove suffix * php: fix config * fix anaconda and oryx * fix xdebug * fixes php * bug fix: composer * anaconda * nit * fix shellchecker * shellchecker --- src/oryx/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/oryx/install.sh') diff --git a/src/oryx/install.sh b/src/oryx/install.sh index bdbe395..ec614c1 100755 --- a/src/oryx/install.sh +++ b/src/oryx/install.sh @@ -10,7 +10,7 @@ USERNAME=${USERNAME:-"automatic"} UPDATE_RC=${UPDATE_RC:-"true"} -set -eu +set -eux if [ "$(id -u)" -ne 0 ]; then echo -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.' -- cgit v1.2.3