add output for custom command execution

Co-Authored-By: forana <alex@alexforan.com>
This commit is contained in:
migruiz4
2018-10-19 13:54:12 -05:00
committed by GitHub
co-authored by forana
parent cc18838481
commit b027b32a34
+3
View File
@@ -122,6 +122,9 @@ chmod -R g+rw ${DATA_PATH}
##############################################################################
for CUSTOM_COMMAND in "$@"
do
echo "Executing command \`${CUSTOM_COMMAND}\`"
exec_cmd_stdout "${CUSTOM_COMMAND}"
done
exec_cmd_stdout "${CUSTOM_COMMAND}"
done