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