Don't fail if config file missing

- seems to better fit into the workflow
This commit is contained in:
Peter Šurda 2022-11-16 11:37:53 +08:00
parent 2736785d7d
commit ba0a697b4f
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ fi
if [ ! -e "$config_file" ]; then
echo "No $config_file found, exiting"
exit 1
exit 0
fi
function aptinstall() {