startup file wasn't being run properly when first created
This commit is contained in:
parent
fca762aa6a
commit
6e143b516e
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 1.0.0:
|
||||
*07/03/28:
|
||||
* Startup file wasn't being run properly when created the first time (Mark)
|
||||
util/startfluxbox.in
|
||||
*07/03/24:
|
||||
* Updated French translations (thanks Ulrich Etile)
|
||||
nls/fr_FR/Translation.m
|
||||
|
|
|
@ -86,5 +86,5 @@ EOF
|
|||
) > "$startup"
|
||||
fi
|
||||
chmod 644 "$startup"
|
||||
exec "$startup"
|
||||
exec sh "$startup"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue