Fix: Add / Update user error when a role was added.

This commit is contained in:
2021-09-16 12:21:42 +05:30
parent 176559466a
commit f2d617bbce
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -e
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path" || exit