Skip to content

Commit

Permalink
Merge pull request #1519 from rern/UPDATE
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
rern authored Nov 29, 2023
2 parents b2055ed + bd69491 commit 4035e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/http/bash/settings/system-datadefault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dirs=$( ls $dirdata )
for dir in $dirs; do
printf -v dir$dir '%s' $dirdata/$dir
done
[[ $1 ]] && echo $1 $diraddons/r1
[[ $1 ]] && echo $1 > $diraddons/r1

# camilladsp
if [[ -e /usr/bin/camilladsp ]]; then
Expand Down

0 comments on commit 4035e38

Please sign in to comment.