Add new sma.ini for new script

pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent cff4e63bf5
commit e3552109c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,6 +33,10 @@ if [ ! -d "/config/extended/configs" ]; then
mkdir -p "/config/extended/configs"
fi
if [ ! -f "/config/extended/configs/sma.ini" ]; then
cp /sma.ini "/config/extended/configs/sma.ini"
fi
# set permissions
chmod 777 -R /usr/local/sma
find /config/extended -type d -exec chmod 777 {} \;

Loading…
Cancel
Save