Create UPDATE.sh

This commit is contained in:
Stefan Pejcic
2025-04-22 11:38:16 +02:00
committed by GitHub
parent f01546eaae
commit 405ec513ca

8
version/1.2.4/UPDATE.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo ""
echo "Adding fix for custom files not loading.. - issue #444"
sed -i 's#/usr/local/panel/#/#g' /root/docker-compose.yml
cd /root
docker compose down openpanel && docker compose up -d openpanel