mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Fix typo on var
This commit is contained in:
parent
d3e56921fa
commit
29c8d51ad1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ install_source() {
|
||||||
# Fix multi-instance support
|
# Fix multi-instance support
|
||||||
for f in "$install_dir"/venv/bin/*; do
|
for f in "$install_dir"/venv/bin/*; do
|
||||||
if ! [[ $f =~ "__" ]]; then
|
if ! [[ $f =~ "__" ]]; then
|
||||||
ynh_replace_special_string --match_string='#!'/opt/yunohost/pgadmin/venv --replace_string='#!'"$code_dir"/venv --target_file="$f"
|
ynh_replace_special_string --match_string='#!'/opt/yunohost/pgadmin/venv --replace_string='#!'"$install_dir"/venv --target_file="$f"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue