Skip to content

Commit

Permalink
Fix permissions removing install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrapurring committed Nov 29, 2024
1 parent a121380 commit d8ca72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ delete_postgres_db
delete_user

echo "INFO: deleting $IMMICH_INSTALL_DIR"
rm -rf "$IMMICH_INSTALL_DIR"
sudo rm -rf "$IMMICH_INSTALL_DIR"

0 comments on commit d8ca72f

Please sign in to comment.