readying for release
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# Check if /config/oscam/oscam.conf exists
|
||||
# make folders
|
||||
mkdir -p \
|
||||
/config/oscam
|
||||
|
||||
# copy config
|
||||
[[ ! -e /config/oscam/oscam.conf ]] && \
|
||||
(mkdir -p /config/oscam && cp /defaults/oscam.conf /config/oscam/oscam.conf)
|
||||
cp /defaults/oscam.conf /config/oscam/oscam.conf
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
|
Reference in New Issue
Block a user