mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 03:24:29 +05:00
fix: formatting / add INFO prefix
This commit is contained in:
@@ -117,8 +117,8 @@ EOF
|
|||||||
### confirm message
|
### confirm message
|
||||||
CONFIRM_MSG="MJPG-Streamer has been set up!"
|
CONFIRM_MSG="MJPG-Streamer has been set up!"
|
||||||
if [ "$usergroup_changed" == true ]; then
|
if [ "$usergroup_changed" == true ]; then
|
||||||
CONFIRM_MSG="${CONFIRM_MSG}\n${yellow}Your User was added to a new group!${green}"
|
CONFIRM_MSG="${CONFIRM_MSG}\n ${yellow}INFO: Your User was added to a new group!${green}"
|
||||||
CONFIRM_MSG="${CONFIRM_MSG}\n${yellow}You need to relog/restart for the group to be applied!${green}"
|
CONFIRM_MSG="${CONFIRM_MSG}\n ${yellow}You need to relog/restart for the group to be applied!${green}"
|
||||||
fi
|
fi
|
||||||
print_msg && clear_msg
|
print_msg && clear_msg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user