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)
|
(Format: Year/Month/Day)
|
||||||
Changes for 1.0.0:
|
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:
|
*07/03/24:
|
||||||
* Updated French translations (thanks Ulrich Etile)
|
* Updated French translations (thanks Ulrich Etile)
|
||||||
nls/fr_FR/Translation.m
|
nls/fr_FR/Translation.m
|
||||||
|
|
|
@ -86,5 +86,5 @@ EOF
|
||||||
) > "$startup"
|
) > "$startup"
|
||||||
fi
|
fi
|
||||||
chmod 644 "$startup"
|
chmod 644 "$startup"
|
||||||
exec "$startup"
|
exec sh "$startup"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue