Neil McPhail
508b0f9ccb
I don't know why this chmod didn't work previously ...it was a long time ago when I wrote this
7 lines
90 B
Bash
Executable File
7 lines
90 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
cp $SNAP/default.conf $SNAP_DATA/config
|
|
chmod 600 $SNAP_DATA/config
|