diff options
author | James Booth <boothj5@gmail.com> | 2012-09-09 22:52:02 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-09-09 22:52:02 +0100 |
commit | 334822122b8d14068ff06c702fccc35ada1c335a (patch) | |
tree | 7374ec00a2ebefbe7624468e94b5ac9c909e69f8 | |
parent | 3f4f08ee9372dbbc388cee5028310e63a6958b81 (diff) | |
download | profani-tty-334822122b8d14068ff06c702fccc35ada1c335a.tar.gz |
Fixed fix for last fix
-rwxr-xr-x | upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.sh b/upgrade.sh index 91753cea..e42213f0 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -47,7 +47,7 @@ else fi fi -case "$DIST" in +case "$SYSTEM" in unknown) echo The upgrade script will not work on this OS. echo Try a manual upgrade instead. exit |