Browse Source

Update chowner with new username

master
Matthew Faltys 5 years ago
parent
commit
5d5c787c39
  1. 2
      deps/chowner.sh

2
deps/chowner.sh vendored

@ -2,7 +2,7 @@
while : while :
do do
chown -R hack:hack /hack 2> /dev/null chown -R nethack:nethack /hack 2> /dev/null
chmod -R 744 /hack 2> /dev/null chmod -R 744 /hack 2> /dev/null
sleep 2 sleep 2
done done

Loading…
Cancel
Save