Skip to content

Commit

Permalink
fixed benchFolderName missing $ in init.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
pipech committed Apr 19, 2018
1 parent b6221af commit bf3cae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production_setup/conf/frappe-docker-conf/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -x

# env has been set from dockerfile
benchWD=/home/$systemUser/benchFolderName
benchWD=/home/$systemUser/$benchFolderName

echo "----------------------- [ move to bench directory ] ---------------------------------"
cd $benchWD
Expand Down

0 comments on commit bf3cae4

Please sign in to comment.