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

Commit b477408

Browse files
committed
Plugin version 2021.10.03
1 parent 3572e79 commit b477408

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

compose.manager.plg

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!ENTITY version "2021.10.03">
66
<!ENTITY launch "Settings/&name;">
77
<!ENTITY packageVER "&version;">
8-
<!ENTITY packageMD5 "113d4b26881d0901eb7d2082091ba317">
8+
<!ENTITY packageMD5 "ca7681913c0579a592294dae970ac766">
99
<!ENTITY packageName "&name;-package-&packageVER;">
1010
<!ENTITY packagefile "&packageName;.txz">
1111
<!ENTITY github "dcflachs/compose_plugin">
@@ -25,7 +25,10 @@
2525
>
2626

2727
<CHANGES>
28-
Testing
28+
###2021.10.03
29+
- Initial Release
30+
- Docker Compose v2.0.1
31+
- Compose Switch v1.0.2
2932
</CHANGES>
3033

3134
<!-- The 'pre-install' script. -->
@@ -41,12 +44,6 @@ rm -f $(ls &pluginLOC;/&name;*.txz 2>/dev/null|grep -v '&packageVER;')
4144
<MD5>&packageMD5;</MD5>
4245
</FILE>
4346

44-
<FILE Run="/bin/bash">
45-
<INLINE>
46-
pidof dockerd | xargs kill -SIGHUP
47-
</INLINE>
48-
</FILE>
49-
5047
<FILE Run="/bin/bash">
5148
<INLINE>
5249
echo ""
@@ -64,7 +61,6 @@ removepkg &packageName;
6461

6562
# Remove plugin related files
6663
rm -f $(ls &pluginLOC;/&name;*.txz 2>/dev/null|grep -v '&packageVER;')
67-
6864
</INLINE>
6965
</FILE>
7066

0 commit comments

Comments
 (0)