ソースを参照

chown the user config directory

Bob Mottram 8 年 前
コミット
e9583d155e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-ipfs

+ 1
- 1
src/freedombone-app-ipfs ファイルの表示

434
     echo '' >> $IPFS_USER_DAEMON
434
     echo '' >> $IPFS_USER_DAEMON
435
     echo '[Install]' >> $IPFS_USER_DAEMON
435
     echo '[Install]' >> $IPFS_USER_DAEMON
436
     echo 'WantedBy=default.target' >> $IPFS_USER_DAEMON
436
     echo 'WantedBy=default.target' >> $IPFS_USER_DAEMON
437
-    chroot ${rootdir} chown $MY_USERNAME:$MY_USERNAME /home/${MY_USERNAME}/.config/systemd/user/ipfs.service
437
+    chroot ${rootdir} chown -R $MY_USERNAME:$MY_USERNAME /home/${MY_USERNAME}/.config
438
 
438
 
439
     chroot ${rootdir} systemctl --user enable ipfs
439
     chroot ${rootdir} systemctl --user enable ipfs
440
 }
440
 }