You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the config line 156 the file mode is set to 272 which does seam odd. In octal this would be 0420 and therefore r-- -w- ---. I suppose the decimal value 420 (octal 0644 -> rw- r-- r--) was anticipated.
In the config line 156 the file mode is set to 272 which does seam odd. In octal this would be 0420 and therefore
r-- -w- ---. I suppose the decimal value 420 (octal 0644 ->rw- r-- r--) was anticipated.