Initial commit
This commit is contained in:
8
snap/hooks/install
Executable file
8
snap/hooks/install
Executable 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
|
Reference in New Issue
Block a user