Queer European MD passionate about IT
소스 검색

Variable naming fixed

Davte 5 년 전
부모
커밋
6573d2e59a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      run_me.sh

+ 3 - 3
run_me.sh

@@ -2,16 +2,16 @@
 
 # This file must be executable, otherwise the service cannot run it.
 
-# Run `./santanibot/bot.py` while exit code of script is 65.
+# Run `python_script` while exit code of script is 65.
 # At each iteration, pull news from repository and update dependencies.
 
 # Get current directory
 this_script_directory=$(cd `dirname $0` && pwd)
 
 # Import variables from my_config.sh
-#  `$botenv`: python virtual environment directory
+#  `$python_virtual_environment`: python virtual environment directory
 #    containing `python` and `pip`
-# `$python_script`: complete path to python script to be run
+#  `$python_script`: complete path to python script to be run
 #  `$pull_from_repository`: boolean
 #     if set to true, at each iteration pull from origin
 #  `$key`: complete path to private key used to pull