diff --git a/init.sh b/init.sh index c7f3d55..b0c8df6 100755 --- a/init.sh +++ b/init.sh @@ -38,8 +38,8 @@ export LANG=C # Version of init export VERSION="0.99.8" -# Store script's path -export MYPATH=$(dirname $0) +# Store script's path (realpath -s resolve symlinks if init.sh is a symlink) +export MYPATH=$(dirname $(realpath -s $0)) # Get hostname export HOSTNAME=$(hostname)