UNCLASSIFIED

Commit f973c204 authored by Vickie Shen's avatar Vickie Shen
Browse files

fixed typo

parent d129be00
Pipeline #221391 failed with stages
in 7 minutes and 33 seconds
......@@ -37,7 +37,7 @@ RUN groupadd -g 1500 usafadmin && \
chown -R usafadmin:usafadmin /var/lib/mysql && \
chown -R usafadmin:usafadmin /usr/local/bin/ && \
chmod +x ./entrypoint.sh && \
chmod +x /usr/local/bin/healthcheck.sh
chmod +x /usr/local/bin/healthcheck.sh && \
chmod g-s /usr/lib64/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
USER usafadmin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment