Accepting request 262261 from home:Ledest:bashisms
fix bashism in quotad_env.sh script OBS-URL: https://build.opensuse.org/request/show/262261 OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=39
This commit is contained in:
parent
f9d28b690a
commit
78bdd5f1ae
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 03:05:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashism in quotad_env.sh script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 28 00:03:03 UTC 2014 - crrodriguez@opensuse.org
|
Wed May 28 00:03:03 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
. /etc/sysconfig/nfs
|
. /etc/sysconfig/nfs
|
||||||
|
|
||||||
if [[ -n "${RQUOTAD_PORT}" ]]; then
|
if [ -n "${RQUOTAD_PORT}" ]; then
|
||||||
RQUOTAD_PORT="-p ${RQUOTAD_PORT}"
|
RQUOTAD_PORT="-p ${RQUOTAD_PORT}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user