-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
echo in installation scripts changed
- Loading branch information
William C Bonner
committed
Dec 15, 2024
1 parent
0d9c038
commit 413e795
Showing
4 changed files
with
4 additions
and
4 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
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
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,7 +1,7 @@ | ||
#!/bin/sh | ||
# POSTRM script for goveebttemplogger | ||
|
||
echo "\033[36mHI I'M A POSTRM SCRIPT \033[32m${0}\033[36m `date --rfc-3339='seconds'` running as \033[91m`whoami`\033[39m" | ||
echo "`date --rfc-3339='seconds'` \033[36mHI I'M A POSTRM SCRIPT running \033[32m${0}\033[36m as \033[91m`whoami`\033[39m" | ||
systemctl daemon-reload | ||
|
||
exit 0 |
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