Skip to content

Commit

Permalink
Added todos
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Bhatt <[email protected]>
  • Loading branch information
UtkarshBhatthere committed Oct 28, 2024
1 parent f7e73b9 commit e1cd5bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snap/hooks/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ set -uex
conf="${SNAP_DATA}/conf"
mkdir -p -m 0755 "${conf}"
cp "${SNAP}/share/metadata.yaml" "${conf}"

# add a symlink to etc/ceph
3 changes: 3 additions & 0 deletions snap/hooks/remove
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
set -uex
# remove the symlink to etc/ceph

0 comments on commit e1cd5bb

Please sign in to comment.