Skip to content

Commit

Permalink
Update features.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Jun 10, 2022
1 parent 8c1f36c commit d0a87e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srv/http/bash/settings/features.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ camilladspdisable )
rmmod snd-aloop &> /dev/null
$dirbash/settings/player-conf.sh
pushRefresh
pushstream reload 1
;;
camilladspasound )
camilladspyml=/srv/http/data/camilladsp/configs/camilladsp.yml
Expand All @@ -92,6 +93,7 @@ camillaguiset )
touch $dirsystem/camilladsp
$dirbash/settings/player-conf.sh
pushRefresh
pushstream reload 1
;;
equalizer )
if [[ ${args[1]} == true ]]; then
Expand All @@ -102,6 +104,7 @@ equalizer )
pushstream display '{"submenu":"equalizer","value":'${args[1]}'}'
$dirbash/settings/player-conf.sh
pushRefresh
pushstream reload 1
;;
hostapddisable )
systemctl disable --now hostapd
Expand Down

0 comments on commit d0a87e4

Please sign in to comment.