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 bc8ae81 commit a7e8b9cCopy full SHA for a7e8b9c
support/init
@@ -214,7 +214,7 @@ if [ "$should_install" == "y" ] || [ "$PREF_UPDATE_SERVICE" == true ] ; then
214
#REMOVE ALL INSTANCES
215
if [ -f "$service_path" ]; then
216
rm "$service_path" 2>&1 >/dev/null
217
- fi
+ fi
218
219
#CHECK FOR SYSTEMCTL FILE
220
base_directory=$(dirname "$(readlink -f "$0")")
0 commit comments