Skip to content

Commit

Permalink
Changing directory before deleting it (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jul 4, 2017
1 parent 3bfed7c commit 6af0abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install_cesium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ chown "$USER_NAME:$USER_NAME" "$USER_HOME/Desktop/cesium.desktop"

## Cleanup
echo "\nCleanup..."
cd "$BIN_DIR"
rm -rf "$BUILD_DIR"
## TODO are all the files in $UNZIP_DIR needed? The total size is 98MB, can we save a bit here?
#rm -rf /var/www/html/cesium/Build
Expand Down

0 comments on commit 6af0abb

Please sign in to comment.