danicoin/contrib/snap/monerod-wrapper
2018-01-03 14:13:57 +01:00

9 lines
184 B
Bash
Executable file

#!/bin/sh
if [ ! -d "$SNAP_USER_DATA/etc" ]; then
mkdir $SNAP_USER_DATA/etc/
cp -R $SNAP/etc/danicoind.conf $SNAP_USER_DATA/etc/danicoind.conf
fi
exec "$SNAP/bin/danicoind" "$@"