Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
inv4fee2020 committed Oct 22, 2023
1 parent dd8eafd commit f8d0259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plinode_setup_bkup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FUNC_DB_VARS(){
echo -e "${GREEN} #### NOTICE: No backup VARIABLES file found.. ####${NC}"
echo
echo -e "${GREEN} ..creating local backup vars file '$HOME/$PLI_DB_VARS_FILE' ${NC}"
cp -n ~/pli_node_conf/sample_bkup.vars ~/$PLI_DB_VARS_FILE
cp -n ~/pli2vn/sample_bkup.vars ~/$PLI_DB_VARS_FILE
chmod 600 ~/$PLI_DB_VARS_FILE
fi
source ~/$PLI_DB_VARS_FILE
Expand Down

0 comments on commit f8d0259

Please sign in to comment.