Add user config and add sources file. #10

Merged
hippoz merged 6 commits from Ohio2/aps:master into master 2021-08-29 10:26:44 +03:00
Contributor
No description provided.
Ohio2 added 4 commits 2021-08-28 08:18:43 +03:00
hippoz requested changes 2021-08-28 14:26:10 +03:00
aps
@ -6,3 +6,3 @@
#################################
if [ -f "/etc/al/config" ]; then
if [ -f "$XDG_CONFIG_HOME/al/config" ]; then
Owner

instead of checking for a bunch of config files, let the user set the path using an enviornment variable. better yet, make the entire script configured by enviornment variables!

instead of checking for a bunch of config files, let the user set the path using an enviornment variable. better yet, make the entire script configured by enviornment variables!
aps Outdated
@ -33,6 +37,12 @@ confirm(){
die "User gave invalid input. Exiting..."
fi
}
sources_file(){
Owner

doesn't need to be a function

doesn't need to be a function
Author
Contributor

maybe, let me change the code accordingly.

maybe, let me change the code accordingly.
settings Outdated
@ -0,0 +6,4 @@
CheckForUpdates=true
NonBlockingErrors=true
SilentErrors=false
QuickStart=false
Owner

what

what
Author
Contributor

that's grapejuice acting up, not related

that's grapejuice acting up, not related
hippoz marked this conversation as resolved
Ohio2 added 1 commit 2021-08-28 14:49:43 +03:00
Ohio2 added 1 commit 2021-08-28 15:37:42 +03:00
hippoz merged commit bfe974b185 into master 2021-08-29 10:26:44 +03:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: alnux/aps#10
No description provided.