aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash/bash.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/bash/bash.post-install')
-rw-r--r--main/bash/bash.post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/bash/bash.post-install b/main/bash/bash.post-install
new file mode 100644
index 0000000000..92ea8d928d
--- /dev/null
+++ b/main/bash/bash.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+add-shell '/bin/bash'
+exit 0