Files
mythicbeastsddns/snap/hooks/install
T

7 lines
90 B
Bash
Raw Normal View History

2018-07-14 02:39:04 +01:00
#! /bin/bash
set -e
cp $SNAP/default.conf $SNAP_DATA/config
2024-02-14 23:23:04 +00:00
chmod 600 $SNAP_DATA/config