TT#46350 fix mysql log dir group ownership

Change-Id: Ic3a868f9a158a77354dffb333bcbc595aad059c0
mr10.0
Richard Fuchs 4 years ago
parent 45016828e3
commit bb5f4a0fdc

@ -187,7 +187,7 @@ command:
stderr:
- '!/./'
"if test -e /var/log/ngcp/mysql/; then find /var/log/ngcp/mysql/ -size +0 -type f ! -group adm; fi":
"if test -e /var/log/ngcp/mysql/; then find /var/log/ngcp/mysql/ -size +0 -type f ! -group mysql; fi":
exit-status: 0
stdout:
- '!/./'

Loading…
Cancel
Save