Files
Iris/entrypoint.sh
2019-04-20 08:50:43 +12:00

10 lines
189 B
Bash

#!/bin/bash
if [ -z "$PULSE_COOKIE_DATA" ]
then
echo -ne $(echo $PULSE_COOKIE_DATA | sed -e 's/../\\x&/g') >$HOME/pulse.cookie
export PULSE_COOKIE=$HOME/pulse.cookie
fi
exec "$@"