This website requires JavaScript.
Explore
Help
Sign In
mcphail
/
mythicbeastsddns
Watch
1
Star
0
Fork
0
You've already forked mythicbeastsddns
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4774c70c25
mythicbeastsddns
/
snap
/
hooks
/
install
7 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2018-07-14 01:39:04 +00:00
#! /bin/bash
set -e
cp $SNAP/default.conf $SNAP_DATA/config
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
chmod 600 $SNAP_DATA/config
Reference in New Issue
Copy Permalink