Gorgone
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/functions/_misc
|
|
@ -36,7 +36,7 @@ _generate_oscam_name(){ cd "$svndir";_dvbapi=$( |
|
|
|
[ "$(./config.sh --enabled IPV6SUPPORT)" == Y ] && echo -n -ipv6 || echo ''; ); |
|
|
|
[ "${USE_vars[USE_COMPRESS]}" == "USE_COMPRESS=1" ] && _upx="-upx" || _upx=''; |
|
|
|
[ "$1" == "native" ] && _b_name="$(hostname)$_upx" || _b_name="$1"; |
|
|
|
if [ "${s3cfg_vars[ADD_PROFILE_NAME]}" == "0" ];then |
|
|
|
if [ "${s3cfg_vars[ADD_PROFILE_NAME]}" == "0" ] || [ $pf_name == "not_set" ];then |
|
|
|
oscam_name="oscam-svn$(REVISION)-$_b_name$_webif$_dvbapi$_ssl$_usb$_pcsc$_stapi$_stapi5$_emu$_ipv6$_upx"; |
|
|
|
else |
|
|
|
oscam_name="oscam-svn$(REVISION)-${pf_name%.*}"; |
|
|
|