Skip to content

Commit fa8a213

Browse files
committed
Add output of programs with error code 0
1 parent dd70955 commit fa8a213

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ grep -v '<placeholder>display</placeholder>' >> ~/.config/mnt/config.ini
3030

3131
echo 'The configuration file was successfully created!
3232
It is located in the directory ~/.config/mnt/
33-
You can manually change any values specified in it'
33+
You can manually change any values specified in it'
34+
exit 0 # The program worked without errors

install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ else # If link or file already exists
4343
fi
4444

4545
echo 'The program has been successfully installed on your computer'
46+
exit 0 # The program worked without errors

0 commit comments

Comments
 (0)