Skip to content

Commit

Permalink
Update gateway-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede authored Jul 5, 2023
1 parent c6dfa4c commit 243531c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ copy_configs () {
mkdir $HOST_CONF_PATH
# Copy all files in the source folder to the destination folder
cp $TEMPLATE_DIR/**.yml $HOST_CONF_PATH
cp -rf $TEMPLATE_DIR/lists $HOST_CONF_PATH
# Confirm that the files were copied
if [ $? -eq 0 ]; then
echo "Files successfully copied from $TEMPLATE_DIR to $HOST_CONF_PATH"
Expand Down

0 comments on commit 243531c

Please sign in to comment.