tteckster 3 éve
szülő
commit
13408d9667
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      misc/webmin.sh

+ 1 - 1
misc/webmin.sh

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-IP=hostname -I
+IP=`hostname -I`
 YW=`echo "\033[33m"`
 RD=`echo "\033[01;31m"`
 BL=`echo "\033[36m"`