KASM-5299 Background location change

This commit is contained in:
Justin Travis 2024-01-05 15:05:03 -05:00
parent 84f1fd24cc
commit 5c93e65401
No known key found for this signature in database

View File

@ -25,7 +25,7 @@ COPY ./src/ubuntu/install/nessus/custom_startup.sh $STARTUPDIR/custom_startup.sh
RUN chmod +x $STARTUPDIR/custom_startup.sh RUN chmod +x $STARTUPDIR/custom_startup.sh
RUN chmod 755 $STARTUPDIR/custom_startup.sh RUN chmod 755 $STARTUPDIR/custom_startup.sh
RUN cp /usr/share/extra/backgrounds/bg_kasm.png /usr/share/extra/backgrounds/bg_default.png RUN cp /usr/share/backgrounds/bg_kasm.png /usr/share/backgrounds/bg_default.png
######### End Customizations ########### ######### End Customizations ###########