Skip to content

Commit

Permalink
feat: Detect default interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 28, 2023
1 parent 376b312 commit 3d4b4c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ STORAGE="/storage"
# Cleanup files

rm -f /run/dsm.url
rm -f /run/qemu.ip
rm -f /run/qemu.log
rm -f /run/qemu.pid
rm -f /run/qemu.end
Expand Down Expand Up @@ -120,7 +121,7 @@ setCountry() {
return 0
}

addPackage () {
addPackage() {
local pkg=$1
local desc=$2

Expand Down

0 comments on commit 3d4b4c7

Please sign in to comment.