moved from dummy command to restart service

This commit is contained in:
Eclipse 2023-09-30 00:05:58 +02:00
parent 0a497ef350
commit 65aa3df868

View File

@ -20,8 +20,8 @@ console.log(query);
</script>
</head>
<body>
<!-- <button type=button onClick="restart('sudo systemctl restart minidlna.service')">MiniDLNA</button> -->
<button type=button onClick="restart('ls -al')">MiniDLNA</button>
<button type=button onClick="restart('sudo systemctl restart minidlna.service')">MiniDLNA</button>
<!-- <button type=button onClick="restart('ls -al')">MiniDLNA</button> -->
<div id="result">
</div>
</body>