Skip to content

Commit

Permalink
v7.8
Browse files Browse the repository at this point in the history
+ DietPi-Software | IceCast: Resolved an issue where a new install failed due to an attempted operation on a non-existing file. Many thanks to @killtux for reporting this issue: #4858
  • Loading branch information
MichaIng committed Oct 17, 2021
1 parent ced400f commit 2394777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ v7.8
Changes:

Fixes:
- DietPi-Software | IceCast: Resolved an issue where a new install failed due to an attempted operation on a non-existing file. Many thanks to @killtux for reporting this issue: https://github.com/MichaIng/DietPi/issues/4858

As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/XXXX

Expand Down
1 change: 1 addition & 0 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -12321,6 +12321,7 @@ _EOF_
[[ -f '/etc/default/icecast2' ]] && G_EXEC rm /etc/default/icecast2

# DarkIce
[[ -f '/etc/darkice.cfg' ]] || > /etc/darkice.cfg
G_EXEC chmod 0600 /etc/darkice.cfg
local input_device_index=$(arecord -l | mawk -F'[ :]' '/card/{print $2;exit}')
cat << _EOF_ > /etc/darkice.cfg
Expand Down

0 comments on commit 2394777

Please sign in to comment.