1
0
Dieser Commit ist enthalten in:
2023-01-06 16:37:23 -05:00
Ursprung fec7e80361
Commit 1b3bf6ae67

Datei anzeigen

@@ -875,7 +875,9 @@ installMCARCH() {
--install
-p mediacenter.pkgbuild"
if ! exec ${makepkg_cmd}; then
if [[ $? -eq 10 ]]; then
output=$?
echo $output
if [[ $output -eq 10 ]]; then
su nobody exec "${makepkg_cmd}" # TODO, for testing in root VM
fi
fi