make_single &&
default_install &&
make_normal &&

if [[ ! -d "$TEMP_DIR" ]]; then
  install -vm 775 -d -o nginx -g nginx "$TEMP_DIR"
fi
