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 <