Initial commit

This commit is contained in:
Neil McPhail
2018-07-14 02:39:04 +01:00
commit 246c68ea99
7 changed files with 444 additions and 0 deletions

8
snap/hooks/install Executable file
View File

@ -0,0 +1,8 @@
#! /bin/bash
set -e
cp $SNAP/default.conf $SNAP_DATA/config
# The config file should not be world readable, but the snap user can't read it
# either if it is chmodded. How to solve this?
#chmod 600 $SNAP_DATA/config