diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-10 21:45:08 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-10 21:45:08 (GMT) |
commit | 79975a551625d4968919055a571c305f05162022 (patch) | |
tree | a42646890204a56afd8dc25658c6dd39eebfdc51 /abs/mv-core | |
parent | 5c7e37256f1a112f238d7d68ee5336ef78360ab7 (diff) | |
download | linhes_pkgbuild-79975a551625d4968919055a571c305f05162022.zip linhes_pkgbuild-79975a551625d4968919055a571c305f05162022.tar.gz linhes_pkgbuild-79975a551625d4968919055a571c305f05162022.tar.bz2 |
Use route -n instead of route.
Relates to FS#51
Diffstat (limited to 'abs/mv-core')
-rw-r--r-- | abs/mv-core/MythVantage-config/myth_user_call | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/mv-core/MythVantage-config/myth_user_call b/abs/mv-core/MythVantage-config/myth_user_call index 0f899df..0479895 100644 --- a/abs/mv-core/MythVantage-config/myth_user_call +++ b/abs/mv-core/MythVantage-config/myth_user_call @@ -1,4 +1,4 @@ -GGGGGGGGG#!/bin/bash +#!/bin/bash #Wrapper script to manage USERNAME accounts + web security # myth_USERNAME_all -c add -u USERNAME # myth_USERNAME_all -c delete -u USERNAME |