Skip to content

Commit

Permalink
Update cyberpanel.sh
Browse files Browse the repository at this point in the history
Adding OpenPanel on Check_Panel()
  • Loading branch information
stefanpejcic authored Feb 5, 2024
1 parent 9110d78 commit 001ee12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ elif [[ -d /etc/httpd/conf/plesk.conf.d/ ]] || [[ -d /etc/apache2/plesk.conf.d/
echo -e "\nPlesk detected...\n"
Debug_Log2 "Plesk detected...exit... [404]"
exit
elif [[ -d /usr/local/panel/ ]]; then
echo -e "\nOpenPanel detected...\n"
Debug_Log2 "OpenPanel detected...exit... [404]"
exit
fi
}

Expand Down

0 comments on commit 001ee12

Please sign in to comment.