mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 04:51:34 +00:00
rootfs: Change realpath for readlink
readlink is more common than realpath Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
be3266fb00
commit
853ef22eef
@ -7,7 +7,7 @@
|
||||
set -e
|
||||
|
||||
script_name="${0##*/}"
|
||||
script_dir="$(dirname $(realpath -s $0))"
|
||||
script_dir="$(dirname $(readlink -f $0))"
|
||||
ROOTFS_DIR=${ROOTFS_DIR:-${PWD}/rootfs}
|
||||
AGENT_VERSION=${AGENT_VERSION:-master}
|
||||
GO_AGENT_PKG=${GO_AGENT_PKG:-github.com/kata-containers/agent}
|
||||
|
Loading…
Reference in New Issue
Block a user