mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-06 13:49:10 -04:00
Shellcheck fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
d2e87f0a01
commit
7d8cdecb67
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
# License for the specific language governing permissions and limitations under
|
# License for the specific language governing permissions and limitations under
|
||||||
# the License.
|
# the License.
|
||||||
|
|
||||||
set -eu -o pipefail
|
set -eu
|
||||||
|
|
||||||
unpriv(){
|
unpriv(){
|
||||||
sudo -u nobody "${@}"
|
sudo -u nobody "${@}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue