Skip to content

Commit

Permalink
🐛 FIX: bugfix for #14
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Feb 2, 2021
1 parent 2c4dd90 commit 9e39e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/snippets/browser-functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
debug_on() {
local usage='Usage: debug_on server-type [no-refresh]'
local err='Error: debug_on():'
local php_port=8000
local apache_port=8001
local php_port="8000"
local apache_port="8001"
local refresh
refresh=$(echo "$2" | tr '[:upper:]' '[:lower:]')
local stype
Expand Down

0 comments on commit 9e39e7e

Please sign in to comment.