1
0
mirror of https://github.com/PurpleI2P/i2pd-snap synced 2025-02-05 19:24:20 +00:00
i2pd-snap/snap/i2pd-wrapper

10 lines
212 B
Plaintext
Raw Normal View History

2017-08-18 09:53:18 -04:00
#!/bin/sh
if [ ! -d "$SNAP_USER_DATA/.i2pd" ]; then
mkdir $SNAP_USER_DATA/.i2pd/
cp -R $SNAP/certificates $SNAP_USER_DATA/.i2pd/
cp -R $SNAP/i2pd.conf $SNAP_USER_DATA/.i2pd/
fi
exec "$SNAP/bin/i2pd" "$@"