Merge branch 'master' into multiarch

Renamed to start-deployFTBA

# Conflicts:
#	start-configuration
#	start-deployCF
This commit is contained in:
Geoff Bourne
2020-07-26 13:24:40 -05:00
6 changed files with 21 additions and 21 deletions
-5
View File
@@ -36,11 +36,6 @@ if [ $(id -u) = 0 ]; then
chown -R ${runAsUser}:${runAsGroup} /data
fi
if [[ $(stat -c "%u" /autopause) != $UID ]]; then
log "Changing ownership of /autopause to $UID ..."
chown -R ${runAsUser}:${runAsGroup} /autopause
fi
if [[ ${SKIP_NSSWITCH_CONF^^} != TRUE ]]; then
echo 'hosts: files dns' > /etc/nsswitch.conf
fi