diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:15:21 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:15:21 +0000 |
commit | f017319a0c0dd13b2e26720667a9a795f717e623 (patch) | |
tree | 5909a5e135ee9459446bd535abd8e7e5f234634b /etc/init.d | |
parent | init script restart fix (diff) |
fixed typo
Diffstat (limited to 'etc/init.d')
-rw-r--r-- | etc/init.d/anytun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/anytun b/etc/init.d/anytun index a4c2644..c43663e 100644 --- a/etc/init.d/anytun +++ b/etc/init.d/anytun @@ -175,7 +175,7 @@ case "$1" in echo . ;; restart) - SCRPIT=$0 + SCRIPT=$0 shift $SCRIPT stop $* sleep 1 |