remove comment
This commit is contained in:
parent
04c1f41a16
commit
64abacbd58
|
@ -38,7 +38,6 @@ for _file in ./src/* ; do
|
||||||
echo "file present - skipping: $_file"
|
echo "file present - skipping: $_file"
|
||||||
fi
|
fi
|
||||||
elif [ $_uninstall -eq 1 ] ; then
|
elif [ $_uninstall -eq 1 ] ; then
|
||||||
# WARNING - need to ensure $_filename is not empty (/usr/local/bin will be deleted)
|
|
||||||
if [ -n "$_destination" ] ; then
|
if [ -n "$_destination" ] ; then
|
||||||
echo "uninstalling: $_destination"
|
echo "uninstalling: $_destination"
|
||||||
sudo rm "$_install_dir$_destination"
|
sudo rm "$_install_dir$_destination"
|
||||||
|
|
Loading…
Reference in New Issue