Update 99-run.sh

This commit is contained in:
Alexandre
2025-02-10 18:32:50 +01:00
committed by GitHub
parent a14e28d0e2
commit 1f3a8388ac

View File

@@ -6,7 +6,6 @@ set -e
# Set configuration directory
mkdir -p /config/.signalk
if [ -d "/home/node/.signalk" ]; then
cp -rnf /home/node/.signalk/* /config/.signalk/
rm -r "/home/node/.signalk"
fi
ln -sf /config "/home/node/.signalk"