Update 80-sma-link.bash

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 2312da2c8f
commit 75060cc38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save