mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create UPDATE.sh
This commit is contained in:
8
version/1.2.4/UPDATE.sh
Normal file
8
version/1.2.4/UPDATE.sh
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user