summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-08-29 07:35:13 +0200
committerChristian Breunig <christian@breunig.cc>2023-08-29 07:35:13 +0200
commited5d11a7b3e40e13c07823d9336cdc47d440165c (patch)
tree1b6582dd461fe19ff4cb2e5875908d4157a26b7e
parent7b52cfe98c5a2ff347a7bc947183768609d5a7c8 (diff)
downloadvyos-1x-ed5d11a7b3e40e13c07823d9336cdc47d440165c.tar.gz
vyos-1x-ed5d11a7b3e40e13c07823d9336cdc47d440165c.zip
Debian: T5521: use bash over dash for postinstall script
-rw-r--r--debian/vyos-1x.postinst2
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