File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 169169# Logging #
170170# ----------------------------------------------------------#
171171
172- $BIN /v-log-action " system" " Info" " Plugins" " Rainloop enabled (Version: $version )."
172+ if [ " $UPDATE " = " yes" ]; then
173+ $BIN /v-log-action " system" " Info" " Plugins" " Rainloop updated (Version: $version )."
174+ else
175+ $BIN /v-log-action " system" " Info" " Plugins" " Rainloop enabled (Version: $version )."
176+ fi
173177log_event " $OK " " $ARGUMENTS "
Original file line number Diff line number Diff line change 191191# Logging #
192192# ----------------------------------------------------------#
193193
194- $BIN /v-log-action " system" " Info" " Plugins" " Roundcube enabled (Version: $version )."
194+ if [ " $UPDATE " = " yes" ]; then
195+ $BIN /v-log-action " system" " Info" " Plugins" " Roundcube updated (Version: $version )."
196+ else
197+ $BIN /v-log-action " system" " Info" " Plugins" " Roundcube enabled (Version: $version )."
198+ fi
195199log_event " $OK " " $ARGUMENTS "
You can’t perform that action at this time.
0 commit comments