fix gnome notification errors
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ success () {
|
|||||||
echo okay.
|
echo okay.
|
||||||
fi
|
fi
|
||||||
if [ $notify -gt 0 ]; then
|
if [ $notify -gt 0 ]; then
|
||||||
notify send "sm-ssc build script" "$msg...okay."
|
notify-send "sm-ssc build script" "$msg...okay."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user