Index: trunk/testing/installer/settings_handler.py |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | |
39 | 39 | |
40 | 40 | # base scriptpath for every installation (ie, where to reach the above over the web) |
41 | | -base_scriptpath="~"+getpass.getuser()+"/revisions/" |
| 41 | +base_scriptpath="/~"+getpass.getuser()+"/revisions/" |
42 | 42 | |
43 | 43 | # where to install the toolkit |
44 | 44 | toolkit_dir=os.path.split(installerdir)[0] |