Recreate deleted aports symlink

This commit is contained in:
Luca Weiss 2018-09-09 14:18:51 +02:00 committed by Oliver Smith
parent d88a09e6bd
commit 840931884b
1 changed files with 1 additions and 1 deletions

View File

@ -132,5 +132,5 @@ def init(args):
check_legacy_folder()
if not os.path.exists(args.aports):
clone(args)
symlink(args)
symlink(args)
read_config_into_args(args)