Skip to content

Commit

Permalink
try to fix the issue with sort_mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Feb 27, 2024
1 parent 47ad14f commit 9f1a521
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ RUN chmod +x /tmp/InternetArchive.py
RUN python3 /tmp/InternetArchive.py

# Sort
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ GameBoy\ Advance/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Game\ Boy\ Color/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Nintendo\ 64/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Nintendo\ Entertainment\ System/
RUN bash sort_mkdir.sh ./downloads/Nintendo\ -\ Super\ Nintendo\ Entertainment\ System/
RUN bash sort_mkdir.sh ${ROOT_WWW_PATH}/downloads/Nintendo\ -\ GameBoy\ Advance/
RUN bash sort_mkdir.sh ${ROOT_WWW_PATH}/downloads/Nintendo\ -\ Game\ Boy\ Color/
RUN bash sort_mkdir.sh ${ROOT_WWW_PATH}/downloads/Nintendo\ -\ Nintendo\ 64/
RUN bash sort_mkdir.sh ${ROOT_WWW_PATH}/downloads/Nintendo\ -\ Nintendo\ Entertainment\ System/
RUN bash sort_mkdir.sh ${ROOT_WWW_PATH}/downloads/Nintendo\ -\ Super\ Nintendo\ Entertainment\ System/


# Set up the environment for the RetroArch Web Player
Expand Down

0 comments on commit 9f1a521

Please sign in to comment.