From e00d57ce54e0abe345f4ee1eaea968d3c3eaa31a Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Mar 2024 23:45:15 +0100 Subject: [PATCH] qemush : nouvelle shebang --- bin/qemush | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/qemush b/bin/qemush index 51362b0..b3447ee 100755 --- a/bin/qemush +++ b/bin/qemush @@ -1,5 +1,4 @@ -#!/bin/bash -# version=0.4.1 +#!/usr/bin/env bash # Function to re-exec the script as another user via sudo (only if needed) exec_as() {