Skip to content

Commit

Permalink
Update sourceguardian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAriaNet authored Jun 6, 2023
1 parent 680240e commit 2d14be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourceguardian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ do_update_ini() {

if [[ -f "${INI_FILE}" ]]; then
grep -m1 -q "^${ROW}" "${INI_FILE}" >/dev/null 2>&1 || echo "${ROW}" >> ${INI_FILE};
echo "Sourceguardian is installed for PHP ${3}"
echo "Sourceguardian was already installed in PHP ${3}"
else
# Create the file if the directory exists
if [[ -d "$INI_DIR" ]]; then
Expand Down

0 comments on commit 2d14be0

Please sign in to comment.