Skip to content

Commit

Permalink
Update cmd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Oct 14, 2022
1 parent f260744 commit 9562183
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions srv/http/bash/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,12 @@ $charset" > "$file"
webradioCount
webRadioSampling $url "$file" &
;;
webradiocopybackup )
if [[ -e $filesharedip ]]; then
rm -rf $dirbackup/webradio
cp -r $dirwebradio $dirbackup
fi
;;
webradiocoverreset )
coverart=${args[1]}
type=${args[2]}
Expand Down

0 comments on commit 9562183

Please sign in to comment.