Update static shebangs to flexible /usr/bin/env
* Also fixes static /bin/chmod executable call in UDEV rules * Resolves #4166
This commit is contained in:
parent
72507ea108
commit
15c3d8591c
4 changed files with 5 additions and 5 deletions
2
debian/openrgb.postinst
vendored
2
debian/openrgb.postinst
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# -e is not set should this step fail for whatever reason the installation is still valid
|
||||
set -u -o pipefail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue