mythicbeastsddns/snap/hooks/install
Neil McPhail 508b0f9ccb Make the config info only readable to root
I don't know why this chmod didn't work previously
...it was a long time ago when I wrote this
2024-02-14 23:23:04 +00:00

7 lines
90 B
Bash
Executable File

#! /bin/bash
set -e
cp $SNAP/default.conf $SNAP_DATA/config
chmod 600 $SNAP_DATA/config