Skip to content

Commit

Permalink
resolvconf should not be readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlfft committed Jan 9, 2024
1 parent 131c93a commit 39fba2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opennic-up
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
readonly script="opennic-up" version="1.2.3"
readonly resolvconf="/etc/resolv.conf"
readonly script="opennic-up" version="1.2.4"
resolvconf="/etc/resolv.conf"
usefile=0

# pings run in parallel, send $1 pings to each target
Expand Down

0 comments on commit 39fba2d

Please sign in to comment.