mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix output redirection
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
77fb1851a7
commit
f346142560
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
function setup_cfg {
|
||||
# Configuration
|
||||
for i in data/*.data timewarrior.cfg; do
|
||||
if [ -f "${i}" ]; then
|
||||
if [[ -f "${i}" ]] ; then
|
||||
rm "${i}" >/dev/null 2>&1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue