This commit is contained in:
Mehdi 2023-11-24 10:19:26 +05:00
parent 513aee7916
commit 80928049ff

View File

@ -135,7 +135,7 @@ else
eval "${post_hook}" eval "${post_hook}"
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
echo "Post hook successfully executed." echo -e "\n${separator}\nPost hook successfully executed.\n${separator}\n"
else else
echo -e "\n${separator}\nERROR! Unable to execute post hook.\n${separator}" echo -e "\n${separator}\nERROR! Unable to execute post hook.\n${separator}"
fi fi