Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Feb 24, 2020
1 parent 4b92285 commit 841dfc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/etc/services.d/pulseaudio/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if [ ! -f /data/external/cookie_unix ]; then
sleep 1
done

bashio::log.info "Preserve UNIX session auth cookie"
cp -f /data/internal/cookie_unix /data/external/cookie_unix
chmod 640 /data/external/cookie_unix
bashio::log.info "Preserve UNIX session auth cookie"
cp -f /data/internal/cookie_unix /data/external/cookie_unix
chmod 640 /data/external/cookie_unix
fi

wait ${PULSE_PID}

0 comments on commit 841dfc0

Please sign in to comment.