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
If HOME is not set I am getting a Segmentation fault.
I am using it in a bash script which I execute using salt-stack therefore the environmen does not contain what someone would expect to be always set.
My command looks like this:
Version:
1.2.5-1
from debian bookwormWhat is happening:
If
HOME
is not set I am getting a Segmentation fault.I am using it in a bash script which I execute using salt-stack therefore the environmen does not contain what someone would expect to be always set.
My command looks like this:
What do I expect:
Write an error message to stderr and exit whit exit status != 0
Workaround:
Set
HOME
before runninghttpdirfs
For example:
The text was updated successfully, but these errors were encountered: