Skip to content

Commit

Permalink
Update system-datadefault.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Dec 6, 2024
1 parent de1b584 commit 657c042
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions srv/http/bash/settings/system-datadefault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@ sed -i 's/".*"/"00"/' /etc/conf.d/wireless-regdom
timedatectl set-timezone UTC
usermod -a -G root http # add user http to group root to allow /dev/gpiomem access
rm -f /root/.bash_history
dirPermissions

# webradio
if [[ ! -e /tmp/webradio ]]; then # system-datareset.sh - keep existing
curl -sL https://github.com/rern/rAudio-addons/raw/main/webradio/radioparadise.tar.xz | bsdtar xf - -C $dirwebradio
chown -R http:http $dirwebradio
$dirbash/cmd-list.sh
fi
curl -sL https://github.com/rern/rAudio-addons/raw/main/webradio/radioparadise.tar.xz | bsdtar xf - -C $dirwebradio
dirPermissions
$dirbash/cmd-list.sh

0 comments on commit 657c042

Please sign in to comment.