Skip to content

Commit 2ebc4a4

Browse files
authored
fix erroneous inverted logic
1 parent b79dd45 commit 2ebc4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompressed/gui_file/etc/modgui_scripts/02_specific.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ EOF
150150
elif [ "$cpu_type" = "mips" ]; then
151151
case $marketing_version in
152152
"16."* | "17."*)
153-
if grep -q "chaos_calmer/15.05.1/brcm63xx" $opkg_file; then
153+
if ! grep -q "chaos_calmer/15.05.1/brcm63xx" $opkg_file; then
154154
sed -i '/FrancYescO\/789vacv2/d' /etc/opkg.conf #remove old setted feeds
155155
cat <<EOF >>$opkg_file
156156
src/gz chaos_calmer_base http://archive.openwrt.org/chaos_calmer/15.05.1/brcm63xx/generic/packages/base

0 commit comments

Comments
 (0)