initial commit

This commit is contained in:
wowario 2018-12-02 17:29:51 +03:00
parent e8487fa46b
commit a140780405
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
64 changed files with 2380 additions and 2861 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" "$@"