Kaynağa Gözat

Change permissions of images to the current user

Bob Mottram 8 yıl önce
ebeveyn
işleme
0206945fac
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/freedombone-image

+ 1
- 0
src/freedombone-image Dosyayı Görüntüle

@@ -414,6 +414,7 @@ do
414 414
 	no_of_files=$(ls -afq build/${PROJECT_NAME}*.${im} | wc -l)
415 415
 	if (( no_of_files > 0 )); then
416 416
 		mv build/${PROJECT_NAME}*.${im} ${CURR_DIR}/
417
+		sudo chown ${CURR_USER}:${CURR_USER} ${CURR_DIR}/*.${im}
417 418
 	fi
418 419
 done
419 420