diff options
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/etcskel-hotfixes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/etcskel-hotfixes b/config/chroot_local-hooks/etcskel-hotfixes index 8a4bacb..5ae6842 100755 --- a/config/chroot_local-hooks/etcskel-hotfixes +++ b/config/chroot_local-hooks/etcskel-hotfixes @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # prevent KDE from warning about non-existent directories mkdir -p /etc/skel/.local/share/contacts mkdir -p /etc/skel/.local/share/local-mail |