mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
dev
This commit is contained in:
parent
25e678a2a0
commit
889f7b04f6
|
@ -68,7 +68,7 @@ notify () {
|
||||||
local title=$(echo $1 | perl -pe 's|-|_|g')
|
local title=$(echo $1 | perl -pe 's|-|_|g')
|
||||||
local msg="$(echo -e $2)"
|
local msg="$(echo -e $2)"
|
||||||
if [ -d $dir_scripts_node_modules ]; then
|
if [ -d $dir_scripts_node_modules ]; then
|
||||||
node $dir_scripts/notify.js "$title" "$msg"
|
node $dir_shell/notify.js "$title" "$msg"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user