Skip to content

Commit

Permalink
make unistallation work
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kombrink committed Nov 22, 2019
1 parent e781688 commit f4f8043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions box
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ cd "$INST_DIR/cli"
./dolmades import "$CURR_DIR/$DOLMA_FNAME" > /dev/null
./dolmades serve $DOLMA_NAME
# make sure we can uninstall later
chmod -R u+rw "$INST_DIR/data"
echo "Installation completed!"
"""

Expand Down

0 comments on commit f4f8043

Please sign in to comment.