@geoorg In your "updater-script", don't use run_program("/sbin/chmod", "777", "/path/to/file"); but use set_perm(0, 0, 0777, "/path/to/file"); instead. ;) Ah, yes .. better compatibility. Tnx :emoji_thumbsup: