Skip to content

Commit

Permalink
Added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Oct 22, 2009
1 parent 3797ca9 commit e87b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vps/source.sh
Expand Up @@ -41,13 +41,13 @@ function vps_post_load() {
vps_ip=""
vps_intranet=""
vps_host_ip=""
vps_conf_path=$(vps_conf_get_path)
vps_conf_path="$(vps_conf_get_path)"
}

# Outputs the path of the current configuration, reversed from $VPS_ETC_DIR and
# $vps_name.
function vps_conf_get_path() {
echo $VPS_ETC_DIR/${vps_name}.config
echo "$VPS_ETC_DIR/${vps_name}.config"
}

# Initialises a vps configuration with a given name
Expand Down

0 comments on commit e87b5fe

Please sign in to comment.