Skip to content

Commit 32fdf92

Browse files
committed
#2 update wrapper to clear out signletons for new path
1 parent 4f85297 commit 32fdf92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

root/usr/bin/wrapped-helium

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#!/bin/bash
1+
#! /bin/bash
22

33
BIN=/usr/bin/helium
44

55
# Cleanup
66
if ! pgrep helium > /dev/null;then
77
rm -f $HOME/.config/helium/Singleton*
8+
rm -f $HOME/.config/net.imput.helium/Singleton*
89
fi
910

1011
${BIN} \

0 commit comments

Comments
 (0)