Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init:
sudo apt-get install -y curl git
# Check for the existence of the configuration file before using it
@if test ! -f 'config_file'; then \
echo "Error: Configuration file not found"; \
echo "Error: Configuration file 'config_file' not found in the root directory. Please ensure this file exists with the correct configurations."; \
exit 1; \
fi
# If the configuration file exists, source it
Expand Down
2 changes: 2 additions & 0 deletions config_file
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VAR1=value1
VAR2=value2