1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 16:31:50 +00:00

Update build.func

This commit is contained in:
CanbiZ 2024-12-28 19:23:30 +01:00 committed by GitHub
parent cb4a924dd1
commit 4374a25909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,8 @@ header_info() {
tar -xf "$temp_dir/figlet.tar.xz" -C "$temp_dir"
cd "$temp_dir" || exit 1
make &> /dev/null
make # Remove the redirection to see errors
if [ $? -eq 0 ]; then
mv "$temp_dir/figlet" /usr/local/bin/
chmod +x /usr/local/bin/figlet