|
|
@ -33,7 +33,7 @@ touch "/config/scripts/sma/sma.log" && \
|
|
|
|
ln -s "/config/scripts/sma/sma.log" "/var/log/sma.log" && \
|
|
|
|
ln -s "/config/scripts/sma/sma.log" "/var/log/sma.log" && \
|
|
|
|
|
|
|
|
|
|
|
|
# set permissions
|
|
|
|
# set permissions
|
|
|
|
chmod 0666 "/config/sma"/*
|
|
|
|
chmod 0666 "/config/scripts/sma"/*
|
|
|
|
|
|
|
|
|
|
|
|
# update from git
|
|
|
|
# update from git
|
|
|
|
if [[ "${SMA_UPDATE}" == "true" ]]; then
|
|
|
|
if [[ "${SMA_UPDATE}" == "true" ]]; then
|
|
|
|