mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
should not install to a set home directory
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6710 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -82,7 +82,3 @@ install: OpenBTS OpenBTSCLI OpenBTSDo
|
||||
mkdir -p "$(DESTDIR)/etc/logrotate.d/"
|
||||
install rsyslogd.OpenBTS.conf "$(DESTDIR)/etc/rsyslog.d/OpenBTS.conf"
|
||||
install OpenBTS.logrotate "$(DESTDIR)/etc/logrotate.d/OpenBTS"
|
||||
mkdir -p "$(DESTDIR)/home/openbts/"
|
||||
install CLI "$(DESTDIR)/home/openbts/"
|
||||
install openbtsconfig "$(DESTDIR)/home/openbts/"
|
||||
|
||||
|
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [ $# -eq '1' ]
|
||||
then
|
||||
sqlite3 /etc/OpenBTS/OpenBTS.db "select KEYSTRING,VALUESTRING from CONFIG where KEYSTRING like '%$1%'";
|
||||
else
|
||||
sqlite3 /etc/OpenBTS/OpenBTS.db "insert or replace into CONFIG (VALUESTRING,KEYSTRING) values ('$2','$1')";
|
||||
fi
|
Reference in New Issue
Block a user