mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
disable neochan by default
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
neochan="yes"
|
||||
if [ "$1" == "--disable-neochan" ] ; then
|
||||
neochan="no"
|
||||
if [ "$1" == "--enable-neochan" ] ; then
|
||||
neochan="yes"
|
||||
fi
|
||||
|
||||
root=$(readlink -e "$(dirname "$0")")
|
||||
|
||||
Reference in New Issue
Block a user