diff --git a/mods/hostname/modscript b/mods/hostname/modscript index 58cb955..5a06139 100755 --- a/mods/hostname/modscript +++ b/mods/hostname/modscript @@ -1,2 +1,2 @@ #!/bin/bash -echo $(head -c4 "$1/etc/hostname" \ No newline at end of file +echo "$(head -c4 "$1/etc/hostname" \ No newline at end of file