Skip to content

Commit 2c2d5cf

Browse files
committed
[fix] bash linter
1 parent 9c1085e commit 2c2d5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ynh-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ function run_debug() {
583583
apt install -y python3-debugpy
584584
fi
585585
yunohost firewall allow Both 5678 -4 > /dev/null 2> /dev/null
586-
python3 -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --wait-for-client /usr/bin/$@
586+
python3 -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --wait-for-client "/usr/bin/$@"
587587
}
588588

589589
function catalog()

0 commit comments

Comments
 (0)