This commit is contained in:
mike
2025-12-11 08:48:13 +01:00
parent 9237ad48fe
commit 3cb1b57ac5
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ RUN apt-get update && \
WORKDIR /opt/finish WORKDIR /opt/finish
# Copy application files # Copy application files
COPY finish.sh /usr/bin/finish COPY src/finish.sh /usr/bin/finish
COPY README.md LICENSE ./ COPY README.md LICENSE ./
# Make script executable # Make script executable

2
finish.sh → src/finish.sh Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
############################################################################### ###############################################################################
# Enhanced Error Handling # # -ver 1- Enhanced Error Handling #
############################################################################### ###############################################################################
error_exit() { error_exit() {