1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Revert changes to yui-compressor command

This commit is contained in:
lukem512 2020-03-06 11:48:03 +00:00
parent 6a51f55b00
commit 8a97423da0

View File

@ -1,6 +1,6 @@
#! /bin/bash
COMMAND="node node_modules/yui-compressor/lib/index.js";
COMMAND="yui-compressor";
command -v $COMMAND >/dev/null 2>&1 || { echo >&2 "Error: this script requires the command '$COMMAND' to be available"; exit 1; }
CURDIR=$(dirname $(readlink -f $0));