diff --git a/cmake/modules/SRSLTE_install_configs.sh.in b/cmake/modules/SRSLTE_install_configs.sh.in index e8edd1b3c..6f45a1e7c 100755 --- a/cmake/modules/SRSLTE_install_configs.sh.in +++ b/cmake/modules/SRSLTE_install_configs.sh.in @@ -45,8 +45,7 @@ install_file(){ # Set file ownership to user calling sudo if [ $SUDO_USER ]; then user=$SUDO_USER - group=$SUDO_GID - chown $user:$group $dest_path + chown $user:$user $dest_path fi else echo " - $source_path doesn't exists. Skipping it."