Update 02-script-setup.bash

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

@ -1,5 +1,10 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
# Create scripts directory
if [ ! -d "/config/scripts" ]; then
mkdir "/config/scripts"
fi
# Remove existing LAD start script # Remove existing LAD start script
if [ -f "/config/scripts/AudioPostProcessing.bash" ]; then if [ -f "/config/scripts/AudioPostProcessing.bash" ]; then
rm "/config/scripts/AudioPostProcessing.bash" rm "/config/scripts/AudioPostProcessing.bash"

Loading…
Cancel
Save