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
|
fi
|
||||||
if [ ! -r "$startup" ]; then
|
if [ ! -r "$startup" ]; then
|
||||||
( cat << EOF
|
( cat << EOF
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
# fluxbox startup-script:
|
# fluxbox startup-script:
|
||||||
#
|
#
|
||||||
# Lines starting with a '#' are ignored.
|
# Lines starting with a '#' are ignored.
|
||||||
|
|
Loading…
Reference in a new issue