stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Bugfix: Use /usr/bin/env bash instead of just /bin/bash

Open codefionn opened this issue 3 years ago • 0 comments

The problem: Some Linux distrubutions, like NixOS, use a non-standard filesystem. This causes the bash program to not be at /bin/bash (though /usr/bin/env is always there).

codefionn avatar Dec 12 '22 20:12 codefionn