diff --git a/rootfs/standard/usr/bin/mynode_uninstall_app.sh b/rootfs/standard/usr/bin/mynode_uninstall_app.sh index 02a9f782..05341472 100755 --- a/rootfs/standard/usr/bin/mynode_uninstall_app.sh +++ b/rootfs/standard/usr/bin/mynode_uninstall_app.sh @@ -41,6 +41,10 @@ elif [ "$APP" = "dojo" ]; then cd ~ rm -rf /opt/download/dojo rm -rf /mnt/hdd/mynode/dojo +elif [ "$APP" = "joininbox" ]; then + rm -rf /home/joinmarket/* + rm -rf /home/joinmarket/joininbox-* + rm -rf /home/joinmarket/.cache elif [ "$APP" = "lndhub" ]; then rm -rf /opt/mynode/LndHub elif [ "$APP" = "rtl" ]; then