Skip to content

Commit a7e8b9c

Browse files
committed
remove installation error message
1 parent bc8ae81 commit a7e8b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if [ "$should_install" == "y" ] || [ "$PREF_UPDATE_SERVICE" == true ] ; then
214214
#REMOVE ALL INSTANCES
215215
if [ -f "$service_path" ]; then
216216
rm "$service_path" 2>&1 >/dev/null
217-
fi
217+
fi
218218

219219
#CHECK FOR SYSTEMCTL FILE
220220
base_directory=$(dirname "$(readlink -f "$0")")

0 commit comments

Comments
 (0)