all
This commit is contained in:
@@ -26,7 +26,7 @@ RUN apt-get update && \
|
||||
WORKDIR /opt/finish
|
||||
|
||||
# Copy application files
|
||||
COPY finish.sh /usr/bin/finish
|
||||
COPY src/finish.sh /usr/bin/finish
|
||||
COPY README.md LICENSE ./
|
||||
|
||||
# Make script executable
|
||||
|
||||
2
finish.sh → src/finish.sh
Normal file → Executable file
2
finish.sh → src/finish.sh
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
###############################################################################
|
||||
# Enhanced Error Handling #
|
||||
# -ver 1- Enhanced Error Handling #
|
||||
###############################################################################
|
||||
|
||||
error_exit() {
|
||||
Reference in New Issue
Block a user