scripts: résolution symlink-safe + README install user-level
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
# git config deploy.push true|false (défaut : false — push désactivé)
|
||||
set -euo pipefail
|
||||
|
||||
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
DIR=$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)
|
||||
# shellcheck source=_deploy_lib.sh
|
||||
. "$DIR/_deploy_lib.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user