From 6378f791914263162997acd10c8a7903fc99eaad Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 10:26:20 +0000 Subject: [PATCH] Update 'root/usr/libexec/apps/webtop/webtop.sh' --- root/usr/libexec/apps/webtop/webtop.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/root/usr/libexec/apps/webtop/webtop.sh b/root/usr/libexec/apps/webtop/webtop.sh index 42b5425..f050e00 100755 --- a/root/usr/libexec/apps/webtop/webtop.sh +++ b/root/usr/libexec/apps/webtop/webtop.sh @@ -32,10 +32,11 @@ do_install_detail() { # Create Docker Compose file with custom variables - + rm -R /opt/docker2/compose/webtop + mkdir /opt/docker2/compose/webtop # Create Docker Compose file with custom variables -touch docker-compose.yml -cat > docker-compose.yml < /opt/docker2/compose/webtop/docker-compose.yml <