startup file wasn't being run properly when first created

This commit is contained in:
markt 2007-03-28 02:56:21 +00:00
parent fca762aa6a
commit 6e143b516e
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -86,5 +86,5 @@ EOF
) > "$startup"
fi
chmod 644 "$startup"
exec "$startup"
exec sh "$startup"
fi