diff --git a/door/door.lua b/door/opendoor.lua similarity index 100% rename from door/door.lua rename to door/opendoor.lua diff --git a/door/openseamless b/door/openseamless index 5356ec4..f27469f 100755 --- a/door/openseamless +++ b/door/openseamless @@ -4,5 +4,5 @@ exec 0>/dev/null exec 1>/dev/null exec 2>/dev/null -lua door.lua & +lua opendoor.lua & diff --git a/opendoor b/opendoor new file mode 120000 index 0000000..a3315f9 --- /dev/null +++ b/opendoor @@ -0,0 +1 @@ +./door/magic_run \ No newline at end of file