diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-29 07:35:13 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-29 07:35:13 +0200 |
commit | ed5d11a7b3e40e13c07823d9336cdc47d440165c (patch) | |
tree | 1b6582dd461fe19ff4cb2e5875908d4157a26b7e /debian | |
parent | 7b52cfe98c5a2ff347a7bc947183768609d5a7c8 (diff) | |
download | vyos-1x-ed5d11a7b3e40e13c07823d9336cdc47d440165c.tar.gz vyos-1x-ed5d11a7b3e40e13c07823d9336cdc47d440165c.zip |
Debian: T5521: use bash over dash for postinstall script
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyos-1x.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |