Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed May 26, 2022
1 parent f60501c commit d348da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if grep -q 'force user = mpd' /etc/samba/smb.conf; then
fi

# 20220505
[[ ! -e /srv/http/data/system/asoundcard ]] && cp /srv/http/data/{shm,system}/asoundcard
[[ ! -e /srv/http/data/system/asoundcard && ! -e /srv/http/data/shm/nosound ]] && cp /srv/http/data/{shm,system}/asoundcard

dir=/srv/http/shareddata
if [[ -e $dir ]]; then
Expand Down

0 comments on commit d348da5

Please sign in to comment.