Delete 99-custom_scripts.sh

This commit is contained in:
Alexandre
2023-02-12 20:42:25 +01:00
committed by GitHub
parent 3f190d305e
commit 49b25a4ad7

View File

@@ -1,15 +0,0 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
for file in /config/addons_config/nextcloud/*.sh
do
if [ -e "$file" ]; then
bashio::log.info "Executing $file"
bash "$file"
fi
done
# Use php7
if [ -f /data/config/crontabs/root ]; then
sed -i "s|php7|php|g" /data/config/crontabs/root
fi