Skip to content

Commit

Permalink
fix(scripts/delete-dev): Remove the CUDA plugin directory when uninst…
Browse files Browse the repository at this point in the history
…alled
  • Loading branch information
achimnol committed Dec 7, 2020
1 parent a0c4d4a commit 4a64674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/delete-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ if [ $REMOVE_SOURCE -eq 1 ]; then
$sudo rm -rf "${INSTALL_PATH}/storage-proxy"
$sudo rm -rf "${INSTALL_PATH}/backend.ai"
$sudo rm -rf "${INSTALL_PATH}/vfolder"
$sudo rm -rf "${INSTALL_PATH}/accel-cuda"
echo "Please remove ${INSTALL_PATH} by yourself."
else
echo "Skipped removal of cloned source files."
Expand Down

0 comments on commit 4a64674

Please sign in to comment.