Skip to content

Commit

Permalink
Update and rename i6.sh to i7.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xpanel-cp authored Aug 19, 2023
1 parent 800d9bd commit 2790d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i6.sh → i7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ port=$(grep -oE 'Port [0-9]+' /etc/ssh/sshd_config | cut -d' ' -f2)
# Check if MySQL is installed
if dpkg-query -W -f='${Status}' mariadb-server 2>/dev/null | grep -q "install ok installed"; then
adminuser=$(mysql -N -e "use XPanel_plus; select username from admins where permission='admin';")
adminpass=$(mysql -N -e "use XPanel_plus; select username from admins permission='admin';")
adminpass=$(mysql -N -e "use XPanel_plus; select username from admins where permission='admin';")
ssh_tls_port=$(mysql -N -e "use XPanel_plus; select tls_port from settings where id='1';")
fi

Expand Down

0 comments on commit 2790d64

Please sign in to comment.