From cb91ceaae17904f40f2c8805fb76803b65e94c89 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Thu, 26 Jul 2018 10:19:07 +0200 Subject: [PATCH] Make script executable --- wol/scripts/wakeonlan.sh | 0 wol/www/index.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 wol/scripts/wakeonlan.sh diff --git a/wol/scripts/wakeonlan.sh b/wol/scripts/wakeonlan.sh old mode 100644 new mode 100755 diff --git a/wol/www/index.php b/wol/www/index.php index a569755..914733e 100644 --- a/wol/www/index.php +++ b/wol/www/index.php @@ -37,7 +37,7 @@ <form action="index.php" method="post"> <input type="hidden" name="uuid" value="<?php echo $uuid ?>"> <input type="hidden" name="action" value="wake"> - <input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f"> + <input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f:6a"> <input type="submit" value="Démarrer" title="Démarrer la machine"> </form </div> -- GitLab