Skip to content

Commit

Permalink
Update update
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon authored May 20, 2020
1 parent 22a2a6a commit 776e3d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ else
fi

if [ "$local_version" == "$remote_version" ]; then
echo "cpanel_addon-maldet is up to date";
if [ ! -z "$PS1" ]; then
echo "cpanel_addon-maldet is up to date";
fi
else
echo "Updating plugin";
workdir=`mktemp -d /root/XXXXXXX`
Expand Down

0 comments on commit 776e3d7

Please sign in to comment.