initial commit

This commit is contained in:
wowario 2018-12-02 17:29:51 +03:00
parent a48ef0a65a
commit 34940d2e14
70 changed files with 2412 additions and 2795 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" "$@"