add shebang to default startup file
This commit is contained in:
parent
520fa94ac6
commit
1be92e79ec
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ else
|
|||
fi
|
||||
if [ ! -r "$startup" ]; then
|
||||
( cat << EOF
|
||||
#!/bin/sh
|
||||
#
|
||||
# fluxbox startup-script:
|
||||
#
|
||||
# Lines starting with a '#' are ignored.
|
||||
|
|
Loading…
Reference in a new issue