-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix config file, SPDX ID, bump version
fixes Config file doesn't work #27
- Loading branch information
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Licensed under GNU GPL 2.0 by Ingo "ninelore" Reitz <[email protected]> | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# | ||
# Author: Ingo Reitz <[email protected]> | ||
# Contributing: famfo (famfo#0227) | ||
# Testing: G4rrus#3755 | ||
# | ||
# Version 1v18-6 | ||
_SCRIPTVER="1v18-6" | ||
# Version 1v18-7 | ||
_SCRIPTVER="1v18-7" | ||
|
||
##################################################################################### | ||
## Adjust below or use the external config file | ||
|
@@ -55,6 +56,7 @@ else | |
fi | ||
if [[ -e "$USERCONFIG/config" ]]; then | ||
echo "Config file $USERCONFIG/config found. Using its values." | ||
# shellcheck source=/dev/null | ||
source "$USERCONFIG/config" | ||
fi | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters