This commit is contained in:
Eliezer Croitoru 2021-08-02 01:21:17 +03:00
parent e8c8392bf9
commit cd9a1d4d44

View File

@ -219,7 +219,7 @@ done
sed -i -e 's@\\@\\\\\\@g' "${TMP_CLISH_TRANSACTION_FILE}"
if [ "${DRY_RUN}" -eq "0" ];then
clish -f "${TMP_CLISH_TRANSACTION_FILE}"
clish -i -f "${TMP_CLISH_TRANSACTION_FILE}"
echo "$? exit code from clish -f"
else
echo "Running in DRY-RUN MODE"