Gamaliel Espinoza před 7 roky
rodič
revize
0225f3a636
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      configure.py

+ 1 - 1
configure.py

@@ -44,7 +44,7 @@ if not os.path.isdir(src_fourier_path):
     os.chown(src_fourier_path, user.pw_uid, user.pw_gid)
     os.chown(src_fourier_path, user.pw_uid, user.pw_gid)
 
 
 if not os.path.islink(fourier_path):
 if not os.path.islink(fourier_path):
-    os.link(src_fourier_path, fourier_path)
+    os.symlink(src_fourier_path, fourier_path)
 
 
 if not os.path.isdir(box_path):
 if not os.path.isdir(box_path):
     print('** Creating Box ID folder')
     print('** Creating Box ID folder')