diff options
Diffstat (limited to 'system/bash/bash.post-upgrade')
-rw-r--r-- | system/bash/bash.post-upgrade | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/bash/bash.post-upgrade b/system/bash/bash.post-upgrade new file mode 100644 index 000000000..92ea8d928 --- /dev/null +++ b/system/bash/bash.post-upgrade @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/bin/bash' +exit 0 |