initial commit

This commit is contained in:
wowario 2018-12-02 17:29:51 +03:00
parent d27d4526fe
commit 572d7ea5ef
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
87 changed files with 2976 additions and 3359 deletions

8
contrib/snap/wownerod-wrapper Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
if [ ! -d "$SNAP_USER_DATA/etc" ]; then
mkdir $SNAP_USER_DATA/etc/
cp -R $SNAP/etc/wownerod.conf $SNAP_USER_DATA/etc/wownerod.conf
fi
exec "$SNAP/bin/wownerod" "$@"