remove comment

This commit is contained in:
Ray Elliott 2020-04-01 16:00:20 +01:00
parent 04c1f41a16
commit 64abacbd58
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ for _file in ./src/* ; do
echo "file present - skipping: $_file"
fi
elif [ $_uninstall -eq 1 ] ; then
# WARNING - need to ensure $_filename is not empty (/usr/local/bin will be deleted)
if [ -n "$_destination" ] ; then
echo "uninstalling: $_destination"
sudo rm "$_install_dir$_destination"