summaryrefslogtreecommitdiffstats
path: root/news/tin/FINAL
diff options
context:
space:
mode:
authorVlad Glagolev2017-09-23 20:01:06 -0400
committerVlad Glagolev2017-09-23 20:01:06 -0400
commitc0e69e84927963add5f67415800483a2bb3e6ed2 (patch)
tree7bd6c73734e103022f392ad95e95f3681fcccb74 /news/tin/FINAL
parentbd239a6f0094959c63c457d093c679393ae5f284 (diff)
tin: => 2.4.1
Diffstat (limited to 'news/tin/FINAL')
-rwxr-xr-xnews/tin/FINAL6
1 files changed, 2 insertions, 4 deletions
diff --git a/news/tin/FINAL b/news/tin/FINAL
index ff2e84c1bc..1193d0042c 100755
--- a/news/tin/FINAL
+++ b/news/tin/FINAL
@@ -1,6 +1,4 @@
-if [ "$CREATE_DIR" == "y" ] && [ ! -d /usr/lib/news/active ]; then
+if [ "$CREATE_DIR" == "y" ] && [ ! -f /usr/lib/news/active ]; then
mkdir /usr/lib/news 1>/dev/null 2>&1
- mkdir /usr/lib/news/active 1>/dev/null 2>&1
+ touch /usr/lib/news/active 1>/dev/null 2>&1
fi
-
-