diff options
| author | Carlos Maiolino <[email protected]> | 2024-11-07 15:32:26 +0100 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2024-11-07 15:32:26 +0100 |
| commit | 9ceeb8675dd376385affbf4bf8fcc6f22fc2e7f3 (patch) | |
| tree | 47e5e3d6329c09da5ac9acb62eabbc3c95586d8b /bin/xfsprogs_release.sh | |
| parent | d96cc49f5b996005513f54551bc00275dcbba34d (diff) | |
update scripts
Diffstat (limited to 'bin/xfsprogs_release.sh')
| -rwxr-xr-x | bin/xfsprogs_release.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/xfsprogs_release.sh b/bin/xfsprogs_release.sh index d17ac96..104adc8 100755 --- a/bin/xfsprogs_release.sh +++ b/bin/xfsprogs_release.sh @@ -4,8 +4,8 @@ SOURCE="$PWD" VERSION_FILE="$SOURCE/VERSION" CONFIGURE_FILE="$SOURCE/configure.ac" DEB_FILE="$SOURCE/debian/changelog" -LIST="[email protected]" -FORNEXT_DIR="/home/cmaiolin/Source/xfsprogs/for-next" +LIST="[email protected]" +FORNEXT_DIR="~/Source/xfsprogs/for-next" LAST_HEAD="" DEBUG=1 @@ -50,7 +50,7 @@ BODY="$2" fi if [ -f $BODY ]; then - neomutt -F ~/.mutt/muttrc-local-korg -s "$SUBJECT" $LIST -i $BODY + neomutt -F ~/.mutt/muttrc-kernel -s "$SUBJECT" $LIST -i $BODY else echo "No message body... exiting" exit 1 |
