Unverified Commit cb64439f authored by Fionn Langhans's avatar Fionn Langhans
Browse files

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

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).
parent 685f9631
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
#################################################
# Please do not make any changes to this file,  #
# change the variables in webui-user.sh instead #