Skip to content

Commit

Permalink
KASM-2969 Remove custom_startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
j-travis committed Jul 25, 2022
1 parent ba56c84 commit c438d9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 88 deletions.
4 changes: 0 additions & 4 deletions dockerfile-kasm-unityhub
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ RUN bash $INST_SCRIPTS/chrome/install_chrome.sh && rm -rf $INST_SCRIPTS/chrome/
COPY ./src/ubuntu/install/unityhub $INST_SCRIPTS/unityhub/
RUN bash $INST_SCRIPTS/unityhub/install_unityhub.sh && rm -rf $INST_SCRIPTS/unityhub/

COPY ./src/ubuntu/install/unityhub/custom_startup.sh $STARTUPDIR/custom_startup.sh
RUN chmod +x $STARTUPDIR/custom_startup.sh
RUN chmod 755 $STARTUPDIR/custom_startup.sh

######### End Customizations ###########

RUN chown 1000:0 $HOME
Expand Down
84 changes: 0 additions & 84 deletions src/ubuntu/install/unityhub/custom_startup.sh

This file was deleted.

0 comments on commit c438d9a

Please sign in to comment.