From 889f7b04f63cb02e3d09461571cd56d95357d3f3 Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 7 Apr 2021 18:25:42 +0800 Subject: [PATCH] dev --- shell/share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/share.sh b/shell/share.sh index 820f4d34..8cec108d 100644 --- a/shell/share.sh +++ b/shell/share.sh @@ -68,7 +68,7 @@ notify () { local title=$(echo $1 | perl -pe 's|-|_|g') local msg="$(echo -e $2)" if [ -d $dir_scripts_node_modules ]; then - node $dir_scripts/notify.js "$title" "$msg" + node $dir_shell/notify.js "$title" "$msg" fi }