Bug in installation script fixed
This commit is contained in:
parent
0153290272
commit
9385401154
@ -3,7 +3,7 @@
|
||||
__author__ = "Davide Testa"
|
||||
__email__ = "davide@davte.it"
|
||||
__license__ = "GNU General Public License v3.0"
|
||||
__version__ = "1.2.5"
|
||||
__version__ = "1.2.6"
|
||||
__maintainer__ = "Davide Testa"
|
||||
__contact__ = "t.me/davte"
|
||||
|
||||
|
@ -18,7 +18,8 @@ python3 -m venv "$venv_name";
|
||||
# Other systems may require a different path.
|
||||
echo "python_virtual_environment=\"$(pwd)/$venv_name/bin\";" >> "$configuration_file";
|
||||
echo "python_script=\"$this_script_directory/ciclopibot/bot.py\";" >> "$configuration_file";
|
||||
read -r "Enter a valid Telegram bot token " bot_token;
|
||||
echo "Enter a valid Telegram bot token";
|
||||
read bot_token;
|
||||
echo "bot_token = \"$bot_token\"" >> "$passwords_file";
|
||||
|
||||
# Run bot
|
||||
|
Loading…
x
Reference in New Issue
Block a user