Parcourir la source

Change permissions of images to the current user

Bob Mottram il y a 8 ans
Parent
révision
0206945fac
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-image

+ 1
- 0
src/freedombone-image Voir le fichier

@@ -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