diff --git a/nvmevolume/install.sh b/nvmevolume/install.sh index 4f00e66..8997b0c 100755 --- a/nvmevolume/install.sh +++ b/nvmevolume/install.sh @@ -27,4 +27,4 @@ elif [ "${1}" = "uninstall" ]; then SO_FILE="/tmpRoot/usr/lib/libhwcontrol.so.1" [ -f "${SO_FILE}.bak" ] && mv -f "${SO_FILE}.bak" "${SO_FILE}" -fi +fi \ No newline at end of file