Skip to content

Commit

Permalink
Update configure_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pramod-technoforte authored Sep 4, 2023
1 parent 35270a7 commit e40166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esignet-service/configure_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ else
fi

echo "Attempting to install"
cd ./$DIR_NAME && chmod +x install.sh && sudo ./install.sh
cd ./$DIR_NAME && chmod +x install.sh && sudo -S ./install.sh
echo "Installation complete"
cd $work_dir

Expand Down

0 comments on commit e40166b

Please sign in to comment.