chore(devcontainer): fix indentation in PlantUML start script
This commit is contained in:
@@ -14,9 +14,9 @@ RUN apt-get update \
|
|||||||
|
|
||||||
# PlantUML-Startskript in den Home-Ordner legen
|
# PlantUML-Startskript in den Home-Ordner legen
|
||||||
RUN echo '#!/bin/bash\n' \
|
RUN echo '#!/bin/bash\n' \
|
||||||
'if ! pgrep -f "plantuml.jar -picoweb" > /dev/null; then\n' \
|
'if ! pgrep -f "plantuml.jar -picoweb" > /dev/null; then\n' \
|
||||||
' nohup java -Djava.awt.headless=true -jar /usr/local/bin/plantuml.jar -picoweb -port 8080 > ~/.plantuml.log 2>&1 &\n' \
|
' nohup java -Djava.awt.headless=true -jar /usr/local/bin/plantuml.jar -picoweb -port 8080 > ~/.plantuml.log 2>&1 &\n' \
|
||||||
'fi\n' \
|
'fi\n' \
|
||||||
> /home/vscode/.start-plantuml.sh && \
|
> /home/vscode/.start-plantuml.sh && \
|
||||||
chmod +x /home/vscode/.start-plantuml.sh
|
chmod +x /home/vscode/.start-plantuml.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user