Add /usr/sbin to path

This fixes #8
This commit is contained in:
luzeagithub 2021-03-21 00:47:02 +01:00
parent 233ae6d69a
commit 892833dd92

View File

@ -2,6 +2,8 @@
scriptName="UUP Converter v0.6.3"
UUP_CONVERTER_SCRIPT=1
export PATH=${PATH}:/usr/sbin
if [ -f `dirname $0`/convert_ve_plugin ]; then
. `dirname $0`/convert_ve_plugin
fi