-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append the MiaB management directory to the command search path
- Loading branch information
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
roles/mailinabox/files/etc/profile.d/Mail-in-a-Box_management.sh
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
# If a Mail-in-a-Box management directory exists | ||
# then append it to the commamnd search path. | ||
if [ -d "/root/mailinabox/management" ] ; then | ||
PATH="$PATH:/root/mailinabox/management" | ||
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