Skip to content

Commit 50586fd

Browse files
committed
chore(reboot.sh): point at reboot-tracker.mjs
1 parent 4ca2625 commit 50586fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# alias shutdown='bash /var$REPOS_DIR/scripts/reboot.sh --shutdown'
66

77
DENO_BIN="/home/hyper/.deno/bin/deno"
8-
TRACKER_TS="/var$REPOS_DIR/scripts/reboot-tracker.ts"
8+
TRACKER_TS="/var$REPOS_DIR/scripts/reboot-tracker.mjs"
99

1010
# Parse args
1111
IS_SHUTDOWN=false

0 commit comments

Comments
 (0)