From ed5d11a7b3e40e13c07823d9336cdc47d440165c Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 29 Aug 2023 07:35:13 +0200 Subject: Debian: T5521: use bash over dash for postinstall script --- debian/vyos-1x.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index 5b5eaf015..cff533e0a 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash # Turn off Debian default for %sudo sed -i -e '/^%sudo/d' /etc/sudoers || true -- cgit v1.2.3