diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-06 23:09:59 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-11 01:49:24 +0200 |
commit | 78e8360878d716c75fc98d6f93bdd61f156caa28 (patch) | |
tree | 9e2bcc477dc2372ace91f8277c658aed451043d1 /package/network/config/soloscli/files | |
parent | 11db48f89a70315c06562f1ba6ea7feaaab7185d (diff) | |
download | upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.tar.gz upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.tar.bz2 upstream-78e8360878d716c75fc98d6f93bdd61f156caa28.zip |
soloscli: fix uci-defaults file
The folder for the uci-defaults file of this package is wrong, so
the file most probably has not been executed at all for several
years at least.
Fix the folder and remove the useless shebang for the file.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/network/config/soloscli/files')
-rw-r--r-- | package/network/config/soloscli/files/etc/uci-defaults/solos (renamed from package/network/config/soloscli/files/etc/uci-default/solos) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/config/soloscli/files/etc/uci-default/solos b/package/network/config/soloscli/files/etc/uci-defaults/solos index 7f69da62c6..6645fc370a 100644 --- a/package/network/config/soloscli/files/etc/uci-default/solos +++ b/package/network/config/soloscli/files/etc/uci-defaults/solos @@ -1,5 +1,3 @@ -#!/bin/sh - uci batch <<__EOF__ delete network.wan.solos0 |