mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
git remote url does not contain .git extension in github actions
This commit is contained in:
parent
0876a9a7de
commit
be932af813
@ -78,7 +78,7 @@ installed_state_compare() {
|
||||
local compare_type="all"
|
||||
|
||||
source "$s2/info.txt"
|
||||
if [ -z "$GIT_ORIGIN" ] || grep "mailinabox-ldap.git" <<<"$GIT_ORIGIN" >/dev/null; then
|
||||
if grep "mailinabox-ldap" <<<"$GIT_ORIGIN" >/dev/null; then
|
||||
GIT_ORIGIN=""
|
||||
source "$s1/info.txt"
|
||||
if ! grep "mailinabox-ldap.git" <<<"$GIT_ORIGIN" >/dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user