Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit f27f718

Browse files
committed
Missing end tag
1 parent a5eec28 commit f27f718

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

compose.manager.plg

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
>
2626

2727
<CHANGES>
28+
Testing
2829
</CHANGES>
2930

3031
<!-- The 'pre-install' script. -->
@@ -46,9 +47,6 @@ kill -SIGHUP pidof docker
4647
</INLINE>
4748
</FILE>
4849

49-
<!--
50-
The 'post-install' script
51-
-->
5250
<FILE Run="/bin/bash">
5351
<INLINE>
5452
echo ""
@@ -60,9 +58,6 @@ echo ""
6058
</INLINE>
6159
</FILE>
6260

63-
<!--
64-
The 'remove' script.
65-
-->
6661
<FILE Run="/bin/bash" Method="remove">
6762
<INLINE>
6863
removepkg &packageName;
@@ -71,4 +66,6 @@ removepkg &packageName;
7166
rm -f $(ls &pluginLOC;/&name;*.txz 2>/dev/null|grep -v '&packageVER;')
7267

7368
</INLINE>
74-
</FILE>
69+
</FILE>
70+
71+
</PLUGIN>

0 commit comments

Comments
 (0)