Skip to content
Snippets Groups Projects
Commit bb6465d4 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed cache"

parent 8f66d426
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -22,6 +22,7 @@ CACHE_DIR=$3 ...@@ -22,6 +22,7 @@ CACHE_DIR=$3
if [ -d "$CACHE_DIR" ]; then if [ -d "$CACHE_DIR" ]; then
echo "Cache directory '$CACHE_DIR' was found." echo "Cache directory '$CACHE_DIR' was found."
mkdir -p /root/.cache
cp -r $CACHE_DIR/* /root/.cache cp -r $CACHE_DIR/* /root/.cache
else else
echo "Cache directory '$CACHE_DIR' was not found." echo "Cache directory '$CACHE_DIR' was not found."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment