Skip to content

Commit

Permalink
Touch .profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Aug 6, 2024
1 parent 480f21e commit 4f2fa6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ clone_environment_settings_to_profile() {
local var
for var in $(env); do
if [[ $var == VOINETWORK_* && $var != VOINETWORK_PROFILE=* && $var != VOINETWORK_IMPORT_ACCOUNT=* ]]; then
touch "${voi_home}/.profile"
name=$(echo "$var" | cut -d'=' -f1)
value=$(echo "$var" | cut -d'=' -f2-)
update_profile_setting "$name" "$value"
Expand Down

0 comments on commit 4f2fa6a

Please sign in to comment.