We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f85297 commit 32fdf92Copy full SHA for 32fdf92
1 file changed
root/usr/bin/wrapped-helium
@@ -1,10 +1,11 @@
1
-#!/bin/bash
+#! /bin/bash
2
3
BIN=/usr/bin/helium
4
5
# Cleanup
6
if ! pgrep helium > /dev/null;then
7
rm -f $HOME/.config/helium/Singleton*
8
+ rm -f $HOME/.config/net.imput.helium/Singleton*
9
fi
10
11
${BIN} \
0 commit comments