Skip to content

Instantly share code, notes, and snippets.

@swazza
Created December 7, 2019 17:34
Show Gist options
  • Save swazza/577333f55b27d78773e9c4d72f2c5f40 to your computer and use it in GitHub Desktop.
Save swazza/577333f55b27d78773e9c4d72f2c5f40 to your computer and use it in GitHub Desktop.
sed -i -e 's|<property name="Authorizations File">./conf/authorizations.xml</property>|<property name="Authorizations File">./auth-conf/authorizations.xml</property>|' $${NIFI_AUTHZ_FILE}
sed -i -e 's|<property name="Users File">./conf/users.xml</property>|<property name="Users File">./auth-conf/users.xml</property>|' $${NIFI_AUTHZ_FILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment