mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-12 09:57:39 +00:00
Fixed agent outputs and improved crontab chancing logics, added timedatectl functionality
This commit is contained in:
@@ -1011,7 +1011,7 @@ const CredentialsModal = ({ host, isOpen, onClose }) => {
|
||||
});
|
||||
|
||||
const getCurlFlags = () => {
|
||||
return settings?.ignore_ssl_self_signed ? "-ks" : "-s";
|
||||
return settings?.ignore_ssl_self_signed ? "-sk" : "-s";
|
||||
};
|
||||
|
||||
const copyToClipboard = async (text) => {
|
||||
|
||||
Reference in New Issue
Block a user