diff options
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-x | archPackagesUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index c70b9322..9e53dddd 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -263,7 +263,7 @@ else ${force} && opts="-f" || opts="" - ssh rechenknecht "~/archPackagesUpdate" ${opts} || exit $? + ssh -p 22222 141.35.51.219 "~/archPackagesUpdate" ${opts} || exit $? fi # clean up |