mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-18 11:15:44 +00:00
removes tail to let container exit
This commit is contained in:
@@ -48,9 +48,8 @@ if [ -f "/install-markers/post-install-completed" ]; then
|
|||||||
echo "✅ Post-install configuration already completed"
|
echo "✅ Post-install configuration already completed"
|
||||||
echo "ℹ️ Marker file found: /install-markers/post-install-completed"
|
echo "ℹ️ Marker file found: /install-markers/post-install-completed"
|
||||||
echo "🔄 To re-run post-install configuration, delete the marker file and restart this container"
|
echo "🔄 To re-run post-install configuration, delete the marker file and restart this container"
|
||||||
echo ""
|
echo "🏁 Nothing else to do; exiting."
|
||||||
echo "🏃 Keeping container alive for manual operations..."
|
exit 0
|
||||||
tail -f /dev/null
|
|
||||||
else
|
else
|
||||||
echo "🆕 New installation detected - running post-install configuration..."
|
echo "🆕 New installation detected - running post-install configuration..."
|
||||||
echo ""
|
echo ""
|
||||||
@@ -155,6 +154,6 @@ else
|
|||||||
echo -e "${GREEN}⚔️ Your realm has been blessed and configured! ⚔️${NC}"
|
echo -e "${GREEN}⚔️ Your realm has been blessed and configured! ⚔️${NC}"
|
||||||
echo -e "${GREEN}🏰 All post-installation rituals completed${NC}"
|
echo -e "${GREEN}🏰 All post-installation rituals completed${NC}"
|
||||||
echo -e "${GREEN}🗡️ Your realm awaits brave adventurers!${NC}"
|
echo -e "${GREEN}🗡️ Your realm awaits brave adventurers!${NC}"
|
||||||
echo ""
|
echo "🏁 Post-install tasks finished; exiting."
|
||||||
tail -f /dev/null
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user