OSDN Git Service

[fix] : Fixed typo
authorhayao <hayao@fascode.net>
Sat, 31 Jul 2021 09:26:31 +0000 (18:26 +0900)
committerhayao <hayao@fascode.net>
Sat, 31 Jul 2021 09:26:31 +0000 (18:26 +0900)
system/aur.sh

index c86e0e5..f05048b 100755 (executable)
@@ -63,8 +63,7 @@ if ! user_check "${aur_username}"; then
 fi
 mkdir -p "/aurbuild_temp"
 chmod 700 -R "/aurbuild_temp"
-chown "
-" -R "/aurbuild_temp"
+chown "${aur_username}:${aur_username}" -R "/aurbuild_temp"
 echo "${aur_username} ALL=(ALL) NOPASSWD:ALL" > "/etc/sudoers.d/aurbuild"
 
 # Setup keyring