1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Don't define $PS1 it's mangad by the activate script

This commit is contained in:
Josué Tille 2019-01-13 15:57:54 +01:00
parent 5b8c152684
commit 5a539f01d2
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D
2 changed files with 0 additions and 2 deletions

View file

@ -140,7 +140,6 @@ else
test -e $final_path/bin/python3 || python3 -m venv $final_path
# Install synapse in virtualenv
PS1=${PS1:-}
cp ../conf/virtualenv_activate $final_path/bin/activate
ynh_replace_string __FINAL_PATH__ $final_path $final_path/bin/activate

View file

@ -102,7 +102,6 @@ else
test -e $final_path/bin/python3 || python3 -m venv $final_path
# Install synapse in virtualenv
PS1=${PS1:-}
cp ../conf/virtualenv_activate $final_path/bin/activate
ynh_replace_string __FINAL_PATH__ $final_path $final_path/bin/activate