1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

Shellcheck fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-02-13 09:49:37 -07:00
parent d2e87f0a01
commit 7d8cdecb67
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations under
# the License.
set -eu -o pipefail
set -eu
unpriv(){
sudo -u nobody "${@}"